License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers RESTEasy Program Interface REST Frameworks |
GroupId | GroupIdorg.jboss.resteasy |
ArtifactId | ArtifactIdresteasy-common |
Last Version | Last Version1.0-beta-8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRESTEasy JAX-RS Common Implementation
|
Project URL |
Project URL |
Filename | Size |
---|---|
resteasy-common-1.0-beta-8.pom | |
resteasy-common-1.0-beta-8.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-common/ -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-common</artifactId>
<version>1.0-beta-8</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-common/
implementation 'org.jboss.resteasy:resteasy-common:1.0-beta-8'
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-common/
implementation ("org.jboss.resteasy:resteasy-common:1.0-beta-8")
'org.jboss.resteasy:resteasy-common:jar:1.0-beta-8'
<dependency org="org.jboss.resteasy" name="resteasy-common" rev="1.0-beta-8">
<artifact name="resteasy-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-common', version='1.0-beta-8')
)
libraryDependencies += "org.jboss.resteasy" % "resteasy-common" % "1.0-beta-8"
[org.jboss.resteasy/resteasy-common "1.0-beta-8"]