is not current version
Last Version 3.0.4

org.swisspush:rest-storage 2.1.0

Stores resources in a hierarchical way according to their URI. It actually implements a generic CRUD REST service.

GroupId

GroupId

org.swisspush
ArtifactId

ArtifactId

rest-storage
Version

Version

2.1.0
Type

Type

jar

Download rest-storage 2.1.0


<!-- https://jarcasting.com/artifacts/org.swisspush/rest-storage/ -->
<dependency>
    <groupId>org.swisspush</groupId>
    <artifactId>rest-storage</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.swisspush/rest-storage/
implementation 'org.swisspush:rest-storage:2.1.0'
// https://jarcasting.com/artifacts/org.swisspush/rest-storage/
implementation ("org.swisspush:rest-storage:2.1.0")
'org.swisspush:rest-storage:jar:2.1.0'
<dependency org="org.swisspush" name="rest-storage" rev="2.1.0">
  <artifact name="rest-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.swisspush', module='rest-storage', version='2.1.0')
)
libraryDependencies += "org.swisspush" % "rest-storage" % "2.1.0"
[org.swisspush/rest-storage "2.1.0"]