License |
License |
---|---|
GroupId | GroupIdorg.swisspush |
ArtifactId | ArtifactIdrest-storage |
Version | Version2.5.12 |
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-2.5.12.pom | |
rest-storage-2.5.12.jar | 115 KB |
rest-storage-2.5.12-sources.jar | 54 KB |
rest-storage-2.5.12-javadoc.jar | 157 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.swisspush/rest-storage/ -->
<dependency>
<groupId>org.swisspush</groupId>
<artifactId>rest-storage</artifactId>
<version>2.5.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.swisspush/rest-storage/
implementation 'org.swisspush:rest-storage:2.5.12'
// https://jarcasting.com/artifacts/org.swisspush/rest-storage/
implementation ("org.swisspush:rest-storage:2.5.12")
'org.swisspush:rest-storage:jar:2.5.12'
<dependency org="org.swisspush" name="rest-storage" rev="2.5.12">
<artifact name="rest-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.swisspush', module='rest-storage', version='2.5.12')
)
libraryDependencies += "org.swisspush" % "rest-storage" % "2.5.12"
[org.swisspush/rest-storage "2.5.12"]
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-core | jar | 3.5.1 |
io.vertx : vertx-redis-client | jar | 3.5.1 |
io.vertx : vertx-web | jar | 3.5.1 |
commons-codec : commons-codec | jar | 1.9 |
commons-lang : commons-lang | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-core | jar | 1.3 |
junit : junit | jar | 4.12 |
io.vertx : vertx-unit | jar | 3.5.1 |
com.jayway.restassured : rest-assured | jar | 2.9.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 |