| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииDocker Контейнер Виртуализация |
| Группа | Группаcom.github.johnpoth |
| Идентификатор | Идентификаторwagon-docker-registry |
| Последняя версия | Последняя версия0.2.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеMaven Wagon :: OCI Distribution
Wagon provider that gets and puts artifacts from and to OCI Image repositories (supports Docker too)
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| wagon-docker-registry-0.2.0.pom | |
| wagon-docker-registry-0.2.0.jar | 15 KB |
| wagon-docker-registry-0.2.0-sources.jar | 11 KB |
| wagon-docker-registry-0.2.0-javadoc.jar | 406 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.johnpoth/wagon-docker-registry/ -->
<dependency>
<groupId>com.github.johnpoth</groupId>
<artifactId>wagon-docker-registry</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.johnpoth/wagon-docker-registry/
implementation 'com.github.johnpoth:wagon-docker-registry:0.2.0'
// https://jarcasting.com/artifacts/com.github.johnpoth/wagon-docker-registry/
implementation ("com.github.johnpoth:wagon-docker-registry:0.2.0")
'com.github.johnpoth:wagon-docker-registry:jar:0.2.0'
<dependency org="com.github.johnpoth" name="wagon-docker-registry" rev="0.2.0">
<artifact name="wagon-docker-registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.johnpoth', module='wagon-docker-registry', version='0.2.0')
)
libraryDependencies += "com.github.johnpoth" % "wagon-docker-registry" % "0.2.0"
[com.github.johnpoth/wagon-docker-registry "0.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-compress | jar | 1.21 |
| com.google.cloud.tools : jib-core | jar | 0.20.0 |
| org.slf4j : slf4j-api | jar | 1.7.16 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.maven.wagon : wagon-provider-api | jar | 3.4.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.16 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.1 |