| Categories |
CategoriesJersey Program Interface REST Frameworks |
|---|---|
| GroupId | GroupIdcom.sun.jersey.samples |
| ArtifactId | ArtifactIdstorage-service |
| Version | Version1.10-b03 |
| Type | Typejar |
| Filename | Size |
|---|---|
| storage-service-1.10-b03.pom | |
| storage-service-1.10-b03.jar | 18 KB |
| storage-service-1.10-b03-sources.jar | 17 KB |
| storage-service-1.10-b03-project.zip | 31 KB |
| storage-service-1.10-b03-javadoc.jar | 71 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.samples/storage-service/ -->
<dependency>
<groupId>com.sun.jersey.samples</groupId>
<artifactId>storage-service</artifactId>
<version>1.10-b03</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.samples/storage-service/
implementation 'com.sun.jersey.samples:storage-service:1.10-b03'
// https://jarcasting.com/artifacts/com.sun.jersey.samples/storage-service/
implementation ("com.sun.jersey.samples:storage-service:1.10-b03")
'com.sun.jersey.samples:storage-service:jar:1.10-b03'
<dependency org="com.sun.jersey.samples" name="storage-service" rev="1.10-b03">
<artifact name="storage-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples', module='storage-service', version='1.10-b03')
)
libraryDependencies += "com.sun.jersey.samples" % "storage-service" % "1.10-b03"
[com.sun.jersey.samples/storage-service "1.10-b03"]