Files download
File Operation
jolt-core-0.0.19.jar download
jolt-core-0.0.19.pom download
jolt-core-0.0.19-sources.jar download
Apache Maven
<dependency>
  <groupId>com.bazaarvoice.jolt</groupId>
  <artifactId>jolt-core</artifactId>
  <version>0.0.19</version>
</dependency>
Gradle Groovy
implementation 'com.bazaarvoice.jolt:jolt-core:0.0.19'
Gradle Kotlin
implementation("com.bazaarvoice.jolt:jolt-core:0.0.19")
Scala SBT
libraryDependencies += "com.bazaarvoice.jolt" % "jolt-core" % "0.0.19"
Groovy Grape
@Grapes(
  @Grab(group='com.bazaarvoice.jolt', module='jolt-core', version='0.0.19')
)
Apache Ivy
<dependency org="com.bazaarvoice.jolt" name="jolt-core" rev="0.0.19" />
Leiningen
[com.bazaarvoice.jolt/jolt-core "0.0.19"]
Apache Buildr
'com.bazaarvoice.jolt:jolt-core:jar:0.0.19'