| License |
License |
|---|---|
| Categories |
CategoriesJersey Program Interface REST Frameworks |
| GroupId | GroupIdcom.sun.jersey.ri |
| ArtifactId | ArtifactIdri-archives |
| Last Version | Last Version1.19.4 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionAll JAX-RS RI archives
Umbrella module for all JAX-RS RI archives
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| ri-archives-1.19.4.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.19.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.ri/ri-archives/
implementation 'com.sun.jersey.ri:ri-archives:1.19.4'
// https://jarcasting.com/artifacts/com.sun.jersey.ri/ri-archives/
implementation ("com.sun.jersey.ri:ri-archives:1.19.4")
'com.sun.jersey.ri:ri-archives:pom:1.19.4'
<dependency org="com.sun.jersey.ri" name="ri-archives" rev="1.19.4">
<artifact name="ri-archives" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.ri', module='ri-archives', version='1.19.4')
)
libraryDependencies += "com.sun.jersey.ri" % "ri-archives" % "1.19.4"
[com.sun.jersey.ri/ri-archives "1.19.4"]