| License |
License |
|---|---|
| Categories |
CategoriesJava Languages JBoss Container Application Servers RESTEasy Program Interface REST Frameworks |
| GroupId | GroupIdorg.jboss.resteasy |
| ArtifactId | ArtifactIdresteasy-jdk-http |
| Version | Version6.0.0.Beta1 |
| Type | Typejar |
| Description |
DescriptionRESTEasy Sun JDK HTTP Server Integration
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-jdk-http/ -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jdk-http</artifactId>
<version>6.0.0.Beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-jdk-http/
implementation 'org.jboss.resteasy:resteasy-jdk-http:6.0.0.Beta1'
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-jdk-http/
implementation ("org.jboss.resteasy:resteasy-jdk-http:6.0.0.Beta1")
'org.jboss.resteasy:resteasy-jdk-http:jar:6.0.0.Beta1'
<dependency org="org.jboss.resteasy" name="resteasy-jdk-http" rev="6.0.0.Beta1">
<artifact name="resteasy-jdk-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-jdk-http', version='6.0.0.Beta1')
)
libraryDependencies += "org.jboss.resteasy" % "resteasy-jdk-http" % "6.0.0.Beta1"
[org.jboss.resteasy/resteasy-jdk-http "6.0.0.Beta1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jboss.resteasy : resteasy-core-spi | jar | 6.0.0.Beta1 |
| org.jboss.resteasy : resteasy-client | jar | 6.0.0.Beta1 |
| org.jboss.logging : jboss-logging | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jboss.logging : jboss-logging-annotations Optional | jar | |
| org.jboss.logging : jboss-logging-processor Optional | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar |