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