| Categories |
CategoriesJersey Program Interface REST Frameworks |
|---|---|
| GroupId | GroupIdorg.joeyb.undercarriage |
| ArtifactId | ArtifactIdjersey |
| Version | Version1.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jersey-1.1.1.pom | |
| jersey-1.1.1.jar | 18 KB |
| jersey-1.1.1-sources.jar | 7 KB |
| jersey-1.1.1-javadoc.jar | 51 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.joeyb.undercarriage/jersey/ -->
<dependency>
<groupId>org.joeyb.undercarriage</groupId>
<artifactId>jersey</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.joeyb.undercarriage/jersey/
implementation 'org.joeyb.undercarriage:jersey:1.1.1'
// https://jarcasting.com/artifacts/org.joeyb.undercarriage/jersey/
implementation ("org.joeyb.undercarriage:jersey:1.1.1")
'org.joeyb.undercarriage:jersey:jar:1.1.1'
<dependency org="org.joeyb.undercarriage" name="jersey" rev="1.1.1">
<artifact name="jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joeyb.undercarriage', module='jersey', version='1.1.1')
)
libraryDependencies += "org.joeyb.undercarriage" % "jersey" % "1.1.1"
[org.joeyb.undercarriage/jersey "1.1.1"]