is not current version
Last Version 6.1.0.Beta2

org.jboss.resteasy:resteasy-undertow 3.0.19.Final


Categories

Categories

JBoss Container Application Servers Undertow Net Networking RESTEasy Program Interface REST Frameworks
GroupId

GroupId

org.jboss.resteasy
ArtifactId

ArtifactId

resteasy-undertow
Version

Version

3.0.19.Final
Type

Type

jar

Download resteasy-undertow 3.0.19.Final


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