Categories |
CategoriesDocker Container Virtualization Tools |
---|---|
GroupId | GroupIdorg.ops4j.ramler.samples |
ArtifactId | ArtifactIdramler-docker-registry |
Version | Version0.6.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ops4j.ramler.samples/ramler-docker-registry/ -->
<dependency>
<groupId>org.ops4j.ramler.samples</groupId>
<artifactId>ramler-docker-registry</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.ramler.samples/ramler-docker-registry/
implementation 'org.ops4j.ramler.samples:ramler-docker-registry:0.6.1'
// https://jarcasting.com/artifacts/org.ops4j.ramler.samples/ramler-docker-registry/
implementation ("org.ops4j.ramler.samples:ramler-docker-registry:0.6.1")
'org.ops4j.ramler.samples:ramler-docker-registry:jar:0.6.1'
<dependency org="org.ops4j.ramler.samples" name="ramler-docker-registry" rev="0.6.1">
<artifact name="ramler-docker-registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.ramler.samples', module='ramler-docker-registry', version='0.6.1')
)
libraryDependencies += "org.ops4j.ramler.samples" % "ramler-docker-registry" % "0.6.1"
[org.ops4j.ramler.samples/ramler-docker-registry "0.6.1"]