j

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