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