License |
License |
---|---|
Categories |
CategoriesJersey Program Interface REST Frameworks |
GroupId | GroupIdcom.sun.jersey |
ArtifactId | ArtifactIdjersey-bundle |
Last Version | Last Version1.19.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjersey-bundle
A bundle containing code of all jar-based modules that provide
JAX-RS and Jersey-related features. Such a bundle is *only intended* for
developers that do not use Maven's dependency system.
The bundle does not include code for contributes, tests and samples.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jersey-bundle-1.19.4.pom | |
jersey-bundle-1.19.4.jar | 1 MB |
jersey-bundle-1.19.4-sources.jar | 1 MB |
jersey-bundle-1.19.4-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey/jersey-bundle/ -->
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-bundle</artifactId>
<version>1.19.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-bundle/
implementation 'com.sun.jersey:jersey-bundle:1.19.4'
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-bundle/
implementation ("com.sun.jersey:jersey-bundle:1.19.4")
'com.sun.jersey:jersey-bundle:jar:1.19.4'
<dependency org="com.sun.jersey" name="jersey-bundle" rev="1.19.4">
<artifact name="jersey-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey', module='jersey-bundle', version='1.19.4')
)
libraryDependencies += "com.sun.jersey" % "jersey-bundle" % "1.19.4"
[com.sun.jersey/jersey-bundle "1.19.4"]
Group / Artifact | Type | Version |
---|---|---|
javax.ws.rs : jsr311-api | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |