<dependency> <groupId>com.github.fge</groupId> <artifactId>json-schema-core</artifactId> <version>1.1.4</version> <type>bundle</type> </dependency>
implementation 'com.github.fge:json-schema-core:1.1.4'
implementation("com.github.fge:json-schema-core:1.1.4")
libraryDependencies += "com.github.fge" % "json-schema-core" % "1.1.4"
@Grapes( @Grab(group='com.github.fge', module='json-schema-core', version='1.1.4') )
<dependency org="com.github.fge" name="json-schema-core" rev="1.1.4" />
[com.github.fge/json-schema-core "1.1.4"]
'com.github.fge:json-schema-core:jar:1.1.4'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.github.fge:jackson-coreutils:1.1
|-- org.mozilla:rhino:1.7R4
|-- com.github.fge:uri-template:0.4
provided
|-- com.google.code.findbugs:jsr305:2.0.1
test
|-- org.testng:testng:6.8
|-- org.mockito:mockito-core:1.9.5
|-- org.easytesting:fest-assert:1.4