Categories |
CategoriesJBoss Container Application Servers RESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.jboss.jbossas |
ArtifactId | ArtifactIdresteasy-int-pom |
Version | Version6.0.0.20100429-M3 |
Type | Typepom |
Filename | Size |
---|---|
resteasy-int-pom-6.0.0.20100429-M3.pom | 697 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.jbossas/resteasy-int-pom/ -->
<dependency>
<groupId>org.jboss.jbossas</groupId>
<artifactId>resteasy-int-pom</artifactId>
<version>6.0.0.20100429-M3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.jbossas/resteasy-int-pom/
implementation 'org.jboss.jbossas:resteasy-int-pom:6.0.0.20100429-M3'
// https://jarcasting.com/artifacts/org.jboss.jbossas/resteasy-int-pom/
implementation ("org.jboss.jbossas:resteasy-int-pom:6.0.0.20100429-M3")
'org.jboss.jbossas:resteasy-int-pom:pom:6.0.0.20100429-M3'
<dependency org="org.jboss.jbossas" name="resteasy-int-pom" rev="6.0.0.20100429-M3">
<artifact name="resteasy-int-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.jbossas', module='resteasy-int-pom', version='6.0.0.20100429-M3')
)
libraryDependencies += "org.jboss.jbossas" % "resteasy-int-pom" % "6.0.0.20100429-M3"
[org.jboss.jbossas/resteasy-int-pom "6.0.0.20100429-M3"]