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