j

jsonbContainer-1.0

The Java 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
Eric Lau
Files download
File Operation
jsonbContainer-1.0-21.0.0.12.pom download
Apache Maven
<dependency>
  <groupId>io.openliberty.features</groupId>
  <artifactId>jsonbContainer-1.0</artifactId>
  <version>21.0.0.12</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'io.openliberty.features:jsonbContainer-1.0:21.0.0.12'
Gradle Kotlin
implementation("io.openliberty.features:jsonbContainer-1.0:21.0.0.12")
Scala SBT
libraryDependencies += "io.openliberty.features" % "jsonbContainer-1.0" % "21.0.0.12"
Groovy Grape
@Grapes(
  @Grab(group='io.openliberty.features', module='jsonbContainer-1.0', version='21.0.0.12')
)
Apache Ivy
<dependency org="io.openliberty.features" name="jsonbContainer-1.0" rev="21.0.0.12" />
Leiningen
[io.openliberty.features/jsonbContainer-1.0 "21.0.0.12"]
Apache Buildr
'io.openliberty.features:jsonbContainer-1.0:jar:21.0.0.12'