is not current version
Last Version 6.1.0.Beta2

org.jboss.resteasy:resteasy-bom 1.2.1.GA


Categories

Categories

JBoss Container Application Servers RESTEasy Program Interface REST Frameworks
GroupId

GroupId

org.jboss.resteasy
ArtifactId

ArtifactId

resteasy-bom
Version

Version

1.2.1.GA
Type

Type

pom

Download resteasy-bom 1.2.1.GA


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