is not current version
Last Version 6.1.0.Beta2

org.jboss.resteasy:resteasy-bom 3.0.18.Final


Categories

Categories

JBoss Container Application Servers RESTEasy Program Interface REST Frameworks
GroupId

GroupId

org.jboss.resteasy
ArtifactId

ArtifactId

resteasy-bom
Version

Version

3.0.18.Final
Type

Type

pom

Download resteasy-bom 3.0.18.Final


<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-bom/ -->
<dependency>
    <groupId>org.jboss.resteasy</groupId>
    <artifactId>resteasy-bom</artifactId>
    <version>3.0.18.Final</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-bom/
implementation 'org.jboss.resteasy:resteasy-bom:3.0.18.Final'
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-bom/
implementation ("org.jboss.resteasy:resteasy-bom:3.0.18.Final")
'org.jboss.resteasy:resteasy-bom:pom:3.0.18.Final'
<dependency org="org.jboss.resteasy" name="resteasy-bom" rev="3.0.18.Final">
  <artifact name="resteasy-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-bom', version='3.0.18.Final')
)
libraryDependencies += "org.jboss.resteasy" % "resteasy-bom" % "3.0.18.Final"
[org.jboss.resteasy/resteasy-bom "3.0.18.Final"]