| License |
License |
|---|---|
| GroupId | GroupIdorg.swisspush |
| ArtifactId | ArtifactIdrest-storage |
| Version | Version3.0.4 |
| Type | Typejar |
| Description |
Descriptionrest-storage
Persistence for REST resources in the filesystem or a redis database
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| rest-storage-3.0.4.pom | |
| rest-storage-3.0.4.jar | 115 KB |
| rest-storage-3.0.4-sources.jar | 55 KB |
| rest-storage-3.0.4-javadoc.jar | 536 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.swisspush/rest-storage/ -->
<dependency>
<groupId>org.swisspush</groupId>
<artifactId>rest-storage</artifactId>
<version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.swisspush/rest-storage/
implementation 'org.swisspush:rest-storage:3.0.4'
// https://jarcasting.com/artifacts/org.swisspush/rest-storage/
implementation ("org.swisspush:rest-storage:3.0.4")
'org.swisspush:rest-storage:jar:3.0.4'
<dependency org="org.swisspush" name="rest-storage" rev="3.0.4">
<artifact name="rest-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.swisspush', module='rest-storage', version='3.0.4')
)
libraryDependencies += "org.swisspush" % "rest-storage" % "3.0.4"
[org.swisspush/rest-storage "3.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.vertx : vertx-core | jar | 4.2.1 |
| io.vertx : vertx-redis-client | jar | 4.2.1 |
| io.vertx : vertx-web | jar | 4.2.1 |
| commons-codec : commons-codec | jar | 1.9 |
| commons-lang : commons-lang | jar | 2.4 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.32 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-core | jar | 1.3 |
| junit : junit | jar | 4.12 |
| io.vertx : vertx-unit | jar | 4.2.1 |
| io.rest-assured : rest-assured | jar | 4.3.0 |
| com.jayway.awaitility : awaitility | jar | 1.6.5 |
| redis.clients : jedis | jar | 2.9.0 |
| commons-io : commons-io | jar | 2.5 |
| org.mockito : mockito-core | jar | 1.10.19 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.13.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.0 |