j

jersey-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.
Files download
File Operation
jersey-bundle-1.6-ea03.jar download
jersey-bundle-1.6-ea03.pom download
jersey-bundle-1.6-ea03-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sun.jersey</groupId>
  <artifactId>jersey-bundle</artifactId>
  <version>1.6-ea03</version>
</dependency>
Gradle Groovy
implementation 'com.sun.jersey:jersey-bundle:1.6-ea03'
Gradle Kotlin
implementation("com.sun.jersey:jersey-bundle:1.6-ea03")
Scala SBT
libraryDependencies += "com.sun.jersey" % "jersey-bundle" % "1.6-ea03"
Groovy Grape
@Grapes(
  @Grab(group='com.sun.jersey', module='jersey-bundle', version='1.6-ea03')
)
Apache Ivy
<dependency org="com.sun.jersey" name="jersey-bundle" rev="1.6-ea03" />
Leiningen
[com.sun.jersey/jersey-bundle "1.6-ea03"]
Apache Buildr
'com.sun.jersey:jersey-bundle:jar:1.6-ea03'