Categories |
CategoriesJava Languages JBoss Container Application Servers RESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.jboss.resteasy |
ArtifactId | ArtifactIdresteasy-jdk-http |
Version | Version3.6.0.CR1 |
Type | Typejar |
Filename | Size |
---|---|
resteasy-jdk-http-3.6.0.CR1.pom | |
resteasy-jdk-http-3.6.0.CR1.jar | 27 KB |
resteasy-jdk-http-3.6.0.CR1-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.6.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-jdk-http/
implementation 'org.jboss.resteasy:resteasy-jdk-http:3.6.0.CR1'
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-jdk-http/
implementation ("org.jboss.resteasy:resteasy-jdk-http:3.6.0.CR1")
'org.jboss.resteasy:resteasy-jdk-http:jar:3.6.0.CR1'
<dependency org="org.jboss.resteasy" name="resteasy-jdk-http" rev="3.6.0.CR1">
<artifact name="resteasy-jdk-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-jdk-http', version='3.6.0.CR1')
)
libraryDependencies += "org.jboss.resteasy" % "resteasy-jdk-http" % "3.6.0.CR1"
[org.jboss.resteasy/resteasy-jdk-http "3.6.0.CR1"]