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