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