GroupId | GroupIdorg.swisspush |
---|---|
ArtifactId | ArtifactIdrest-storage |
Version | Version2.2.1 |
Type | Typejar |
Filename | Size |
---|---|
rest-storage-2.2.1.pom | |
rest-storage-2.2.1.jar | 97 KB |
rest-storage-2.2.1-sources.jar | 29 KB |
rest-storage-2.2.1-javadoc.jar | 95 KB |
rest-storage-2.2.1-all.jar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.swisspush/rest-storage/ -->
<dependency>
<groupId>org.swisspush</groupId>
<artifactId>rest-storage</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.swisspush/rest-storage/
implementation 'org.swisspush:rest-storage:2.2.1'
// https://jarcasting.com/artifacts/org.swisspush/rest-storage/
implementation ("org.swisspush:rest-storage:2.2.1")
'org.swisspush:rest-storage:jar:2.2.1'
<dependency org="org.swisspush" name="rest-storage" rev="2.2.1">
<artifact name="rest-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.swisspush', module='rest-storage', version='2.2.1')
)
libraryDependencies += "org.swisspush" % "rest-storage" % "2.2.1"
[org.swisspush/rest-storage "2.2.1"]