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
文件下载
文件名 操作
jsonp-1.0-21.0.0.2.pom 下载
Apache Maven
<dependency>
  <groupId>io.openliberty.features</groupId>
  <artifactId>jsonp-1.0</artifactId>
  <version>21.0.0.2</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'io.openliberty.features:jsonp-1.0:21.0.0.2'
Gradle Kotlin
implementation("io.openliberty.features:jsonp-1.0:21.0.0.2")
Scala SBT
libraryDependencies += "io.openliberty.features" % "jsonp-1.0" % "21.0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.openliberty.features', module='jsonp-1.0', version='21.0.0.2')
)
Apache Ivy
<dependency org="io.openliberty.features" name="jsonp-1.0" rev="21.0.0.2" />
Leiningen
[io.openliberty.features/jsonp-1.0 "21.0.0.2"]
Apache Buildr
'io.openliberty.features:jsonp-1.0:jar:21.0.0.2'