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