Last Version

Contributions to Jersey 1.0

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

License

License

CDDL+GPL License
Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.sun.jersey
ArtifactId

ArtifactId

jersey-contribs
Version

Version

1.0
Type

Type

pom
Description

Description

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

Project Organization

Sun Microsystems, Inc

Download jersey-contribs 1.0

Filename Size
jersey-contribs-1.0.pom 2 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • spring
  • maven-wadl-plugin