文件下载
文件名 操作
jolt-parent-0.1.7.pom 下载
Apache Maven
<dependency>
  <groupId>com.bazaarvoice.jolt</groupId>
  <artifactId>jolt-parent</artifactId>
  <version>0.1.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.bazaarvoice.jolt:jolt-parent:0.1.7'
Gradle Kotlin
implementation("com.bazaarvoice.jolt:jolt-parent:0.1.7")
Scala SBT
libraryDependencies += "com.bazaarvoice.jolt" % "jolt-parent" % "0.1.7"
Groovy Grape
@Grapes(
  @Grab(group='com.bazaarvoice.jolt', module='jolt-parent', version='0.1.7')
)
Apache Ivy
<dependency org="com.bazaarvoice.jolt" name="jolt-parent" rev="0.1.7" />
Leiningen
[com.bazaarvoice.jolt/jolt-parent "0.1.7"]
Apache Buildr
'com.bazaarvoice.jolt:jolt-parent:jar:0.1.7'