License |
License |
---|---|
Categories |
CategoriesDocker Container Virtualization Tools |
GroupId | GroupIdcom.github.johnpoth |
ArtifactId | ArtifactIdwagon-docker-registry |
Version | Version0.1.0 |
Type | Typejar |
Description |
DescriptionMaven Wagon :: OCI Distribution
Wagon provider that gets and puts artifacts from and to OCI Image repositories (supports Docker too)
|
Project URL |
Project URL |
Filename | Size |
---|---|
wagon-docker-registry-0.1.0.pom | |
wagon-docker-registry-0.1.0.jar | 15 KB |
wagon-docker-registry-0.1.0-sources.jar | 11 KB |
wagon-docker-registry-0.1.0-javadoc.jar | 406 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.johnpoth/wagon-docker-registry/ -->
<dependency>
<groupId>com.github.johnpoth</groupId>
<artifactId>wagon-docker-registry</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.johnpoth/wagon-docker-registry/
implementation 'com.github.johnpoth:wagon-docker-registry:0.1.0'
// https://jarcasting.com/artifacts/com.github.johnpoth/wagon-docker-registry/
implementation ("com.github.johnpoth:wagon-docker-registry:0.1.0")
'com.github.johnpoth:wagon-docker-registry:jar:0.1.0'
<dependency org="com.github.johnpoth" name="wagon-docker-registry" rev="0.1.0">
<artifact name="wagon-docker-registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.johnpoth', module='wagon-docker-registry', version='0.1.0')
)
libraryDependencies += "com.github.johnpoth" % "wagon-docker-registry" % "0.1.0"
[com.github.johnpoth/wagon-docker-registry "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
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 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.wagon : wagon-provider-api | jar | 3.4.3 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.16 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.1 |