License |
License |
---|---|
GroupId | GroupIdorg.swisspush |
ArtifactId | ArtifactIdrest-storage |
Version | Version2.6.1 |
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.6.1.pom | |
rest-storage-2.6.1.jar | 111 KB |
rest-storage-2.6.1-sources.jar | 54 KB |
rest-storage-2.6.1-javadoc.jar | 535 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.swisspush/rest-storage/ -->
<dependency>
<groupId>org.swisspush</groupId>
<artifactId>rest-storage</artifactId>
<version>2.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.swisspush/rest-storage/
implementation 'org.swisspush:rest-storage:2.6.1'
// https://jarcasting.com/artifacts/org.swisspush/rest-storage/
implementation ("org.swisspush:rest-storage:2.6.1")
'org.swisspush:rest-storage:jar:2.6.1'
<dependency org="org.swisspush" name="rest-storage" rev="2.6.1">
<artifact name="rest-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.swisspush', module='rest-storage', version='2.6.1')
)
libraryDependencies += "org.swisspush" % "rest-storage" % "2.6.1"
[org.swisspush/rest-storage "2.6.1"]
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 |
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 |