j

jaxrs-1.1

This feature enables support for Java API for RESTful Web Services 1.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.
Additional Features Terms & Conditions
Files download
File Operation
jaxrs-1.1-22.0.0.5.pom download
Apache Maven
<dependency>
  <groupId>com.ibm.websphere.appserver.features</groupId>
  <artifactId>jaxrs-1.1</artifactId>
  <version>22.0.0.5</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'com.ibm.websphere.appserver.features:jaxrs-1.1:22.0.0.5'
Gradle Kotlin
implementation("com.ibm.websphere.appserver.features:jaxrs-1.1:22.0.0.5")
Scala SBT
libraryDependencies += "com.ibm.websphere.appserver.features" % "jaxrs-1.1" % "22.0.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.ibm.websphere.appserver.features', module='jaxrs-1.1', version='22.0.0.5')
)
Apache Ivy
<dependency org="com.ibm.websphere.appserver.features" name="jaxrs-1.1" rev="22.0.0.5" />
Leiningen
[com.ibm.websphere.appserver.features/jaxrs-1.1 "22.0.0.5"]
Apache Buildr
'com.ibm.websphere.appserver.features:jaxrs-1.1:jar:22.0.0.5'