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