<dependency> <groupId>com.bazaarvoice.jolt</groupId> <artifactId>json-utils</artifactId> <version>0.1.7</version> </dependency>
implementation 'com.bazaarvoice.jolt:json-utils:0.1.7'
implementation("com.bazaarvoice.jolt:json-utils:0.1.7")
libraryDependencies += "com.bazaarvoice.jolt" % "json-utils" % "0.1.7"
@Grapes( @Grab(group='com.bazaarvoice.jolt', module='json-utils', version='0.1.7') )
<dependency org="com.bazaarvoice.jolt" name="json-utils" rev="0.1.7" />
[com.bazaarvoice.jolt/json-utils "0.1.7"]
'com.bazaarvoice.jolt:json-utils:jar:0.1.7'
<parent> <groupId>com.bazaarvoice.jolt</groupId> <artifactId>jolt-parent</artifactId> <version>0.1.7</version> </parent>
compile
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.fasterxml.jackson.core:jackson-core
test
|-- com.google.guava:guava
|-- org.testng:testng