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