<dependency> <groupId>com.github.fge</groupId> <artifactId>json-schema-core</artifactId> <version>1.0.1</version> </dependency>
implementation 'com.github.fge:json-schema-core:1.0.1'
implementation("com.github.fge:json-schema-core:1.0.1")
libraryDependencies += "com.github.fge" % "json-schema-core" % "1.0.1"
@Grapes( @Grab(group='com.github.fge', module='json-schema-core', version='1.0.1') )
<dependency org="com.github.fge" name="json-schema-core" rev="1.0.1" />
[com.github.fge/json-schema-core "1.0.1"]
'com.github.fge:json-schema-core:jar:1.0.1'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.fasterxml.jackson.core:jackson-databind:2.1.3
|-- org.mozilla:rhino:1.7R4
|-- com.google.guava:guava:13.0.1
|-- net.jcip:jcip-annotations:1.0
test
|-- org.testng:testng:6.8
|-- org.mockito:mockito-core:1.9.5
|-- org.easytesting:fest-assert:1.4