Categories |
CategoriesJava Languages JBoss Container Application Servers RESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.jboss.resteasy |
ArtifactId | ArtifactIdresteasy-jdk-http |
Version | Version3.9.3.Final |
Type | Typejar |
Filename | Size |
---|---|
resteasy-jdk-http-3.9.3.Final.pom | |
resteasy-jdk-http-3.9.3.Final.jar | 26 KB |
resteasy-jdk-http-3.9.3.Final-sources.jar | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-jdk-http/ -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jdk-http</artifactId>
<version>3.9.3.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-jdk-http/
implementation 'org.jboss.resteasy:resteasy-jdk-http:3.9.3.Final'
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-jdk-http/
implementation ("org.jboss.resteasy:resteasy-jdk-http:3.9.3.Final")
'org.jboss.resteasy:resteasy-jdk-http:jar:3.9.3.Final'
<dependency org="org.jboss.resteasy" name="resteasy-jdk-http" rev="3.9.3.Final">
<artifact name="resteasy-jdk-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-jdk-http', version='3.9.3.Final')
)
libraryDependencies += "org.jboss.resteasy" % "resteasy-jdk-http" % "3.9.3.Final"
[org.jboss.resteasy/resteasy-jdk-http "3.9.3.Final"]