Maven Wagon :: OCI Distribution

Wagon provider that gets and puts artifacts from and to OCI Image repositories (supports Docker too)

License

License

Categories

Categories

Docker Container Virtualization Tools
GroupId

GroupId

com.github.johnpoth
ArtifactId

ArtifactId

wagon-docker-registry
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Maven Wagon :: OCI Distribution
Wagon provider that gets and puts artifacts from and to OCI Image repositories (supports Docker too)
Project URL

Project URL

https://github.com/johnpoth/wagon-docker-registry

Download wagon-docker-registry

How to add to project

<!-- 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"]

Dependencies

compile (3)

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

provided (1)

Group / Artifact Type Version
org.apache.maven.wagon : wagon-provider-api jar 3.4.3

test (2)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.16
org.junit.jupiter : junit-jupiter-engine jar 5.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.0