Categories |
CategoriesJBoss Container Application Servers Undertow Net Networking RESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.jboss.resteasy |
ArtifactId | ArtifactIdresteasy-undertow |
Version | Version3.1.4.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-undertow/ -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-undertow</artifactId>
<version>3.1.4.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-undertow/
implementation 'org.jboss.resteasy:resteasy-undertow:3.1.4.Final'
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-undertow/
implementation ("org.jboss.resteasy:resteasy-undertow:3.1.4.Final")
'org.jboss.resteasy:resteasy-undertow:jar:3.1.4.Final'
<dependency org="org.jboss.resteasy" name="resteasy-undertow" rev="3.1.4.Final">
<artifact name="resteasy-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-undertow', version='3.1.4.Final')
)
libraryDependencies += "org.jboss.resteasy" % "resteasy-undertow" % "3.1.4.Final"
[org.jboss.resteasy/resteasy-undertow "3.1.4.Final"]