j

jsonbContainer-2.0

The Jakarta API for JSON Binding (JSON-B) feature provides a standard for converting between Java objects and JavaScript Object Notation (JSON). The default JSON-B provider is configured via a which points at a library containing the JSON-B provider JAR file(s).
https://openliberty.io/
Eclipse Public License 2.0
Eric Lau
文件下载
文件名 操作
jsonbContainer-2.0-23.0.0.9.pom 下载
Apache Maven
<dependency>
  <groupId>io.openliberty.features</groupId>
  <artifactId>jsonbContainer-2.0</artifactId>
  <version>23.0.0.9</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'io.openliberty.features:jsonbContainer-2.0:23.0.0.9'
Gradle Kotlin
implementation("io.openliberty.features:jsonbContainer-2.0:23.0.0.9")
Scala SBT
libraryDependencies += "io.openliberty.features" % "jsonbContainer-2.0" % "23.0.0.9"
Groovy Grape
@Grapes(
  @Grab(group='io.openliberty.features', module='jsonbContainer-2.0', version='23.0.0.9')
)
Apache Ivy
<dependency org="io.openliberty.features" name="jsonbContainer-2.0" rev="23.0.0.9" />
Leiningen
[io.openliberty.features/jsonbContainer-2.0 "23.0.0.9"]
Apache Buildr
'io.openliberty.features:jsonbContainer-2.0:jar:23.0.0.9'