j

jsonb-standalone

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