Categories |
CategoriesJBoss Container Application Servers Net Netty Networking RESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.jboss.resteasy |
ArtifactId | ArtifactIdresteasy-netty |
Version | Version4.0.0.Beta5 |
Type | Typejar |
Filename | Size |
---|---|
resteasy-netty-4.0.0.Beta5.pom | |
resteasy-netty-4.0.0.Beta5.jar | 32 KB |
resteasy-netty-4.0.0.Beta5-sources.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-netty/ -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-netty</artifactId>
<version>4.0.0.Beta5</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-netty/
implementation 'org.jboss.resteasy:resteasy-netty:4.0.0.Beta5'
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-netty/
implementation ("org.jboss.resteasy:resteasy-netty:4.0.0.Beta5")
'org.jboss.resteasy:resteasy-netty:jar:4.0.0.Beta5'
<dependency org="org.jboss.resteasy" name="resteasy-netty" rev="4.0.0.Beta5">
<artifact name="resteasy-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-netty', version='4.0.0.Beta5')
)
libraryDependencies += "org.jboss.resteasy" % "resteasy-netty" % "4.0.0.Beta5"
[org.jboss.resteasy/resteasy-netty "4.0.0.Beta5"]