| Categories |
CategoriesJersey Program Interface REST Frameworks |
|---|---|
| GroupId | GroupIdcom.sun.jersey.samples |
| ArtifactId | ArtifactIdstorage-service |
| Version | Version1.1.2-ea |
| Type | Typejar |
| Filename | Size |
|---|---|
| storage-service-1.1.2-ea.pom | |
| storage-service-1.1.2-ea.jar | 17 KB |
| storage-service-1.1.2-ea-project.zip | 28 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.1.2-ea</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.samples/storage-service/
implementation 'com.sun.jersey.samples:storage-service:1.1.2-ea'
// https://jarcasting.com/artifacts/com.sun.jersey.samples/storage-service/
implementation ("com.sun.jersey.samples:storage-service:1.1.2-ea")
'com.sun.jersey.samples:storage-service:jar:1.1.2-ea'
<dependency org="com.sun.jersey.samples" name="storage-service" rev="1.1.2-ea">
<artifact name="storage-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples', module='storage-service', version='1.1.2-ea')
)
libraryDependencies += "com.sun.jersey.samples" % "storage-service" % "1.1.2-ea"
[com.sun.jersey.samples/storage-service "1.1.2-ea"]