Categories |
CategoriesRESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.resteasy |
ArtifactId | ArtifactIdresteasy-jaxrs-war |
Last Version | Last Version1.0-beta-5 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionResteasy JAX-RS Template Webapp
|
Project URL |
Project URL |
Filename | Size |
---|---|
resteasy-jaxrs-war-1.0-beta-5.pom | |
resteasy-jaxrs-war-1.0-beta-5.war | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.resteasy/resteasy-jaxrs-war/ -->
<dependency>
<groupId>org.resteasy</groupId>
<artifactId>resteasy-jaxrs-war</artifactId>
<version>1.0-beta-5</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.resteasy/resteasy-jaxrs-war/
implementation 'org.resteasy:resteasy-jaxrs-war:1.0-beta-5'
// https://jarcasting.com/artifacts/org.resteasy/resteasy-jaxrs-war/
implementation ("org.resteasy:resteasy-jaxrs-war:1.0-beta-5")
'org.resteasy:resteasy-jaxrs-war:war:1.0-beta-5'
<dependency org="org.resteasy" name="resteasy-jaxrs-war" rev="1.0-beta-5">
<artifact name="resteasy-jaxrs-war" type="war" />
</dependency>
@Grapes(
@Grab(group='org.resteasy', module='resteasy-jaxrs-war', version='1.0-beta-5')
)
libraryDependencies += "org.resteasy" % "resteasy-jaxrs-war" % "1.0-beta-5"
[org.resteasy/resteasy-jaxrs-war "1.0-beta-5"]
Group / Artifact | Type | Version |
---|---|---|
org.resteasy : resteasy-jaxrs | jar | 1.0-beta-4 |