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