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