README.md
README.md not found for CVE-2019-14540. The file may not exist in the repository.
plugins {
id 'java'
}
group 'com.leadroyal'
version '1.0.0'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
compile 'com.zaxxer:HikariCP:2.4.0'
compile 'com.alibaba:fastjson:1.2.59'
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.9.3'
testCompile group: 'junit', name: 'junit', version: '4.12'
}