| Categories |
CategoriesRESTEasy Program Interface REST Frameworks |
|---|---|
| GroupId | GroupIdorg.resteasy |
| ArtifactId | ArtifactIdresteasy-jaxrs |
| Last Version | Last Version1.0-beta-5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionResteasy JAX-RS Implementation
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| resteasy-jaxrs-1.0-beta-5.pom | |
| resteasy-jaxrs-1.0-beta-5.jar | 255 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.resteasy/resteasy-jaxrs/ -->
<dependency>
<groupId>org.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
<version>1.0-beta-5</version>
</dependency>
// https://jarcasting.com/artifacts/org.resteasy/resteasy-jaxrs/
implementation 'org.resteasy:resteasy-jaxrs:1.0-beta-5'
// https://jarcasting.com/artifacts/org.resteasy/resteasy-jaxrs/
implementation ("org.resteasy:resteasy-jaxrs:1.0-beta-5")
'org.resteasy:resteasy-jaxrs:jar:1.0-beta-5'
<dependency org="org.resteasy" name="resteasy-jaxrs" rev="1.0-beta-5">
<artifact name="resteasy-jaxrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.resteasy', module='resteasy-jaxrs', version='1.0-beta-5')
)
libraryDependencies += "org.resteasy" % "resteasy-jaxrs" % "1.0-beta-5"
[org.resteasy/resteasy-jaxrs "1.0-beta-5"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.sun.xml.bind : jaxb-impl | jar | 2.1.2 |
| org.codehaus.jettison : jettison | jar | 1.0 |
| org.resteasy : jaxrs-api | jar | 1.0-beta-5 |
| javax.annotation : jsr250-api | jar | 1.0 |
| commons-httpclient : commons-httpclient | jar | 3.1 |
| tjws » webserver | jar | 1.3.3 |
| org.scannotation : scannotation | jar | 1.0.2 |
| javassist : javassist | jar | 3.6.0.GA |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| org.springframework : spring | jar | 2.5.1 |
| com.sun.grizzly : grizzly-http-webserver | jar | 1.7.2 |
| com.sun.grizzly : grizzly-http-servlet | jar | 1.7.2 |
| com.sun.grizzly : grizzly-comet | jar | 1.7.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.1 |