License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers RESTEasy Program Interface REST Frameworks |
GroupId | GroupIdorg.jboss.resteasy.mobile |
ArtifactId | ArtifactIdresteasy-mobile |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRESTeasy - Mobile
Parent POM for JBoss projects. Provides default project build configuration.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
resteasy-mobile-1.0.0.pom | |
resteasy-mobile-1.0.0.jar | 346 KB |
resteasy-mobile-1.0.0-sources.jar | 192 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy.mobile/resteasy-mobile/ -->
<dependency>
<groupId>org.jboss.resteasy.mobile</groupId>
<artifactId>resteasy-mobile</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy.mobile/resteasy-mobile/
implementation 'org.jboss.resteasy.mobile:resteasy-mobile:1.0.0'
// https://jarcasting.com/artifacts/org.jboss.resteasy.mobile/resteasy-mobile/
implementation ("org.jboss.resteasy.mobile:resteasy-mobile:1.0.0")
'org.jboss.resteasy.mobile:resteasy-mobile:jar:1.0.0'
<dependency org="org.jboss.resteasy.mobile" name="resteasy-mobile" rev="1.0.0">
<artifact name="resteasy-mobile" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy.mobile', module='resteasy-mobile', version='1.0.0')
)
libraryDependencies += "org.jboss.resteasy.mobile" % "resteasy-mobile" % "1.0.0"
[org.jboss.resteasy.mobile/resteasy-mobile "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.0.3 |
org.codehaus.jackson : jackson-jaxrs | jar | 1.6.3 |
org.jboss.resteasy : jaxrs-api | jar | 2.2.1.GA |