j

jsonp-1.0

The Java API for JSON Processing (JSON-P) feature provides a standardized method for constructing and manipulating data to be rendered in JavaScript Object Notation (JSON).
https://openliberty.io/
Eclipse Public License
Eric Lau
Files download
File Operation
jsonp-1.0-22.0.0.6.pom download
Apache Maven
<dependency>
  <groupId>io.openliberty.features</groupId>
  <artifactId>jsonp-1.0</artifactId>
  <version>22.0.0.6</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'io.openliberty.features:jsonp-1.0:22.0.0.6'
Gradle Kotlin
implementation("io.openliberty.features:jsonp-1.0:22.0.0.6")
Scala SBT
libraryDependencies += "io.openliberty.features" % "jsonp-1.0" % "22.0.0.6"
Groovy Grape
@Grapes(
  @Grab(group='io.openliberty.features', module='jsonp-1.0', version='22.0.0.6')
)
Apache Ivy
<dependency org="io.openliberty.features" name="jsonp-1.0" rev="22.0.0.6" />
Leiningen
[io.openliberty.features/jsonp-1.0 "22.0.0.6"]
Apache Buildr
'io.openliberty.features:jsonp-1.0:jar:22.0.0.6'