License |
License |
---|---|
Categories |
CategoriesMirror Application Layer Libs Introspection |
GroupId | GroupIdorg.swisspush |
ArtifactId | ArtifactIdrest-mirror |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrest-mirror
A verticle that mirrors resources, which are provided as zip into a rest storage.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rest-mirror-3.0.0.pom | |
rest-mirror-3.0.0.jar | 11 KB |
rest-mirror-3.0.0-sources.jar | 5 KB |
rest-mirror-3.0.0-mod.zip | 177 KB |
rest-mirror-3.0.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.swisspush/rest-mirror/ -->
<dependency>
<groupId>org.swisspush</groupId>
<artifactId>rest-mirror</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.swisspush/rest-mirror/
implementation 'org.swisspush:rest-mirror:3.0.0'
// https://jarcasting.com/artifacts/org.swisspush/rest-mirror/
implementation ("org.swisspush:rest-mirror:3.0.0")
'org.swisspush:rest-mirror:jar:3.0.0'
<dependency org="org.swisspush" name="rest-mirror" rev="3.0.0">
<artifact name="rest-mirror" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.swisspush', module='rest-mirror', version='3.0.0')
)
libraryDependencies += "org.swisspush" % "rest-mirror" % "3.0.0"
[org.swisspush/rest-mirror "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.swisspush : rest-storage | jar | 3.0.0 |
io.vertx : vertx-core | jar | 4.2.1 |
io.vertx : vertx-web | jar | 4.2.1 |
commons-io : commons-io | jar | 2.4 |
commons-lang : commons-lang | jar | 2.4 |
org.slf4j : slf4j-api | jar | 1.7.6 |
org.slf4j : slf4j-log4j12 | jar | 1.7.6 |
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
io.vertx : vertx-unit | jar | 4.2.1 |
com.jayway.restassured : rest-assured | jar | 2.4.1 |