Categories |
CategoriesJBoss Container Application Servers RESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.jboss.resteasy |
ArtifactId | ArtifactIdresteasy-jaxrs |
Version | Version1.0.0.GA |
Type | Typejar |
Filename | Size |
---|---|
resteasy-jaxrs-1.0.0.GA.pom | |
resteasy-jaxrs-1.0.0.GA.jar | 315 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-jaxrs/ -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
<version>1.0.0.GA</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-jaxrs/
implementation 'org.jboss.resteasy:resteasy-jaxrs:1.0.0.GA'
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-jaxrs/
implementation ("org.jboss.resteasy:resteasy-jaxrs:1.0.0.GA")
'org.jboss.resteasy:resteasy-jaxrs:jar:1.0.0.GA'
<dependency org="org.jboss.resteasy" name="resteasy-jaxrs" rev="1.0.0.GA">
<artifact name="resteasy-jaxrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-jaxrs', version='1.0.0.GA')
)
libraryDependencies += "org.jboss.resteasy" % "resteasy-jaxrs" % "1.0.0.GA"
[org.jboss.resteasy/resteasy-jaxrs "1.0.0.GA"]