j

jaxrs-2.1

This feature enables support for Java API for RESTful Web Services v2.1. JAX-RS annotations can be used to define web service clients and endpoints that comply with the REST architectural style. Endpoints are accessed through a common interface that is based on the HTTP standard methods.
https://openliberty.io/
Eclipse Public License
Eric Lau
文件下载
文件名 操作
jaxrs-2.1-21.0.0.6.pom 下载
Apache Maven
<dependency>
  <groupId>io.openliberty.features</groupId>
  <artifactId>jaxrs-2.1</artifactId>
  <version>21.0.0.6</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'io.openliberty.features:jaxrs-2.1:21.0.0.6'
Gradle Kotlin
implementation("io.openliberty.features:jaxrs-2.1:21.0.0.6")
Scala SBT
libraryDependencies += "io.openliberty.features" % "jaxrs-2.1" % "21.0.0.6"
Groovy Grape
@Grapes(
  @Grab(group='io.openliberty.features', module='jaxrs-2.1', version='21.0.0.6')
)
Apache Ivy
<dependency org="io.openliberty.features" name="jaxrs-2.1" rev="21.0.0.6" />
Leiningen
[io.openliberty.features/jaxrs-2.1 "21.0.0.6"]
Apache Buildr
'io.openliberty.features:jaxrs-2.1:jar:21.0.0.6'