License |
License
CDDL+GPL License
|
---|---|
Categories |
CategoriesJersey Program Interface REST Frameworks |
GroupId | GroupIdcom.sun.jersey |
ArtifactId | ArtifactIdjersey-contribs |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionContributions to Jersey
Projects that provide additional functionality to jersey, like integration
with other projects/frameworks.
|
Project Organization |
Project Organization |
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"]