Categories |
CategoriesRESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.resteasy |
ArtifactId | ArtifactIdjaxrs-api |
Last Version | Last Version1.0-beta-5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJAX-RS Core API
|
Project URL |
Project URL |
Filename | Size |
---|---|
jaxrs-api-1.0-beta-5.pom | |
jaxrs-api-1.0-beta-5.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.resteasy/jaxrs-api/ -->
<dependency>
<groupId>org.resteasy</groupId>
<artifactId>jaxrs-api</artifactId>
<version>1.0-beta-5</version>
</dependency>
// https://jarcasting.com/artifacts/org.resteasy/jaxrs-api/
implementation 'org.resteasy:jaxrs-api:1.0-beta-5'
// https://jarcasting.com/artifacts/org.resteasy/jaxrs-api/
implementation ("org.resteasy:jaxrs-api:1.0-beta-5")
'org.resteasy:jaxrs-api:jar:1.0-beta-5'
<dependency org="org.resteasy" name="jaxrs-api" rev="1.0-beta-5">
<artifact name="jaxrs-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.resteasy', module='jaxrs-api', version='1.0-beta-5')
)
libraryDependencies += "org.resteasy" % "jaxrs-api" % "1.0-beta-5"
[org.resteasy/jaxrs-api "1.0-beta-5"]