Categories |
CategoriesRESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.resteasy |
ArtifactId | ArtifactIdresteasy-jaxrs-all |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionResteasy JAX-RS
|
Filename | Size |
---|---|
resteasy-jaxrs-all-1.0.pom | 852 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.resteasy/resteasy-jaxrs-all/ -->
<dependency>
<groupId>org.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.resteasy/resteasy-jaxrs-all/
implementation 'org.resteasy:resteasy-jaxrs-all:1.0'
// https://jarcasting.com/artifacts/org.resteasy/resteasy-jaxrs-all/
implementation ("org.resteasy:resteasy-jaxrs-all:1.0")
'org.resteasy:resteasy-jaxrs-all:pom:1.0'
<dependency org="org.resteasy" name="resteasy-jaxrs-all" rev="1.0">
<artifact name="resteasy-jaxrs-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.resteasy', module='resteasy-jaxrs-all', version='1.0')
)
libraryDependencies += "org.resteasy" % "resteasy-jaxrs-all" % "1.0"
[org.resteasy/resteasy-jaxrs-all "1.0"]