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