| License |
License |
|---|---|
| Categories |
CategoriesJersey Program Interface REST Frameworks |
| GroupId | GroupIdcom.sun.jersey.contribs |
| ArtifactId | ArtifactIdjersey-contribs |
| Last Version | Last Version1.19.4 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionContributions to Jersey
Projects that provide additional functionality to jersey, like integration
with other projects/frameworks.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jersey-contribs-1.19.4.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.contribs/jersey-contribs/ -->
<dependency>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-contribs</artifactId>
<version>1.19.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.contribs/jersey-contribs/
implementation 'com.sun.jersey.contribs:jersey-contribs:1.19.4'
// https://jarcasting.com/artifacts/com.sun.jersey.contribs/jersey-contribs/
implementation ("com.sun.jersey.contribs:jersey-contribs:1.19.4")
'com.sun.jersey.contribs:jersey-contribs:pom:1.19.4'
<dependency org="com.sun.jersey.contribs" name="jersey-contribs" rev="1.19.4">
<artifact name="jersey-contribs" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.contribs', module='jersey-contribs', version='1.19.4')
)
libraryDependencies += "com.sun.jersey.contribs" % "jersey-contribs" % "1.19.4"
[com.sun.jersey.contribs/jersey-contribs "1.19.4"]