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