| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMirror Библиотеки уровня приложения Introspection |
| Группа | Группаorg.swisspush |
| Идентификатор | Идентификаторrest-mirror |
| Последняя версия | Последняя версия3.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеrest-mirror
A verticle that mirrors resources, which are provided as zip into a rest storage.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |
| io.vertx : vertx-unit | jar | 4.2.1 |
| com.jayway.restassured : rest-assured | jar | 2.4.1 |