| License |
License |
|---|---|
| Categories |
CategoriesJBoss Container Application Servers RESTEasy Program Interface REST Frameworks |
| GroupId | GroupIdorg.jboss.resteasy |
| ArtifactId | ArtifactIdresteasy-jaxrs-all |
| Last Version | Last Version6.1.0.Beta2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionRESTEasy
Resteasy
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| resteasy-jaxrs-all-6.1.0.Beta2.pom | 17 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-jaxrs-all/ -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>6.1.0.Beta2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-jaxrs-all/
implementation 'org.jboss.resteasy:resteasy-jaxrs-all:6.1.0.Beta2'
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-jaxrs-all/
implementation ("org.jboss.resteasy:resteasy-jaxrs-all:6.1.0.Beta2")
'org.jboss.resteasy:resteasy-jaxrs-all:pom:6.1.0.Beta2'
<dependency org="org.jboss.resteasy" name="resteasy-jaxrs-all" rev="6.1.0.Beta2">
<artifact name="resteasy-jaxrs-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-jaxrs-all', version='6.1.0.Beta2')
)
libraryDependencies += "org.jboss.resteasy" % "resteasy-jaxrs-all" % "6.1.0.Beta2"
[org.jboss.resteasy/resteasy-jaxrs-all "6.1.0.Beta2"]