Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.sun.jersey.ri |
ArtifactId | ArtifactIdri-archives |
Version | Version1.4 |
Type | Typepom |
Filename | Size |
---|---|
ri-archives-1.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.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.ri/ri-archives/
implementation 'com.sun.jersey.ri:ri-archives:1.4'
// https://jarcasting.com/artifacts/com.sun.jersey.ri/ri-archives/
implementation ("com.sun.jersey.ri:ri-archives:1.4")
'com.sun.jersey.ri:ri-archives:pom:1.4'
<dependency org="com.sun.jersey.ri" name="ri-archives" rev="1.4">
<artifact name="ri-archives" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.ri', module='ri-archives', version='1.4')
)
libraryDependencies += "com.sun.jersey.ri" % "ri-archives" % "1.4"
[com.sun.jersey.ri/ri-archives "1.4"]