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