License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers Undertow Net Networking RESTEasy Program Interface REST Frameworks |
GroupId | GroupIdorg.jboss.resteasy |
ArtifactId | ArtifactIdresteasy-undertow |
Version | Version4.7.0.Beta3 |
Type | Typejar |
Description |
DescriptionRESTEasy Undertow Integration
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-undertow/ -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-undertow</artifactId>
<version>4.7.0.Beta3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-undertow/
implementation 'org.jboss.resteasy:resteasy-undertow:4.7.0.Beta3'
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-undertow/
implementation ("org.jboss.resteasy:resteasy-undertow:4.7.0.Beta3")
'org.jboss.resteasy:resteasy-undertow:jar:4.7.0.Beta3'
<dependency org="org.jboss.resteasy" name="resteasy-undertow" rev="4.7.0.Beta3">
<artifact name="resteasy-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-undertow', version='4.7.0.Beta3')
)
libraryDependencies += "org.jboss.resteasy" % "resteasy-undertow" % "4.7.0.Beta3"
[org.jboss.resteasy/resteasy-undertow "4.7.0.Beta3"]
Group / Artifact | Type | Version |
---|---|---|
org.jboss.resteasy : resteasy-core-spi | jar | 4.7.0.Beta3 |
org.jboss.resteasy : resteasy-client | jar | 4.7.0.Beta3 |
io.undertow : undertow-servlet | jar | |
io.undertow : undertow-core | jar | |
org.jboss.spec.javax.servlet : jboss-servlet-api_4.0_spec | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar |