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