j

jsonb-3.0

The Jakarta API for JSON Binding (JSON-B) feature provides a standard for converting between Java objects and JavaScript Object Notation (JSON).
https://openliberty.io/
Eclipse Public License 2.0
Eric Lau
Files download
File Operation
jsonb-3.0-24.0.0.8.pom download
Apache Maven
<dependency>
  <groupId>io.openliberty.features</groupId>
  <artifactId>jsonb-3.0</artifactId>
  <version>24.0.0.8</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'io.openliberty.features:jsonb-3.0:24.0.0.8'
Gradle Kotlin
implementation("io.openliberty.features:jsonb-3.0:24.0.0.8")
Scala SBT
libraryDependencies += "io.openliberty.features" % "jsonb-3.0" % "24.0.0.8"
Groovy Grape
@Grapes(
  @Grab(group='io.openliberty.features', module='jsonb-3.0', version='24.0.0.8')
)
Apache Ivy
<dependency org="io.openliberty.features" name="jsonb-3.0" rev="24.0.0.8" />
Leiningen
[io.openliberty.features/jsonb-3.0 "24.0.0.8"]
Apache Buildr
'io.openliberty.features:jsonb-3.0:jar:24.0.0.8'