<dependency>
<groupId>com.github.fge</groupId>
<artifactId>json-schema-validator</artifactId>
<version>2.1.4</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='com.github.fge', module='json-schema-validator', version='2.1.4')
)
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.github.fge:json-schema-core:1.1.4
|-- com.googlecode.libphonenumber:libphonenumber:5.4
provided
|-- com.google.code.findbugs:jsr305:2.0.1
test