is not current version
Last Version 1.19.4

com.sun.jersey.ri:ri-archives 1.11

Umbrella module for all JAX-RS RI archives

Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.sun.jersey.ri
ArtifactId

ArtifactId

ri-archives
Version

Version

1.11
Type

Type

pom

Download ri-archives 1.11

Filename Size
ri-archives-1.11.pom 2 KB
Browse

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