is not current version
Last Version 1.0

com.sun.jersey:jersey-contribs 0.9-ea

Projects that provide additional functionality to jersey, like integration with other projects/frameworks.

Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.sun.jersey
ArtifactId

ArtifactId

jersey-contribs
Version

Version

0.9-ea
Type

Type

pom

Download jersey-contribs 0.9-ea


<!-- https://jarcasting.com/artifacts/com.sun.jersey/jersey-contribs/ -->
<dependency>
    <groupId>com.sun.jersey</groupId>
    <artifactId>jersey-contribs</artifactId>
    <version>0.9-ea</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-contribs/
implementation 'com.sun.jersey:jersey-contribs:0.9-ea'
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-contribs/
implementation ("com.sun.jersey:jersey-contribs:0.9-ea")
'com.sun.jersey:jersey-contribs:pom:0.9-ea'
<dependency org="com.sun.jersey" name="jersey-contribs" rev="0.9-ea">
  <artifact name="jersey-contribs" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey', module='jersey-contribs', version='0.9-ea')
)
libraryDependencies += "com.sun.jersey" % "jersey-contribs" % "0.9-ea"
[com.sun.jersey/jersey-contribs "0.9-ea"]