GroupId | GroupIdio.fabric8.jube.images.fabric8 |
---|---|
ArtifactId | ArtifactIdnexus |
Version | Version2.2.12 |
Type | Typejar |
Filename | Size |
---|---|
nexus-2.2.12.pom | |
nexus-2.2.12.jar | 24 KB |
nexus-2.2.12-sources.jar | 21 KB |
nexus-2.2.12-kubernetes.json | 2 KB |
nexus-2.2.12-javadoc.jar | 333 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/nexus/ -->
<dependency>
<groupId>io.fabric8.jube.images.fabric8</groupId>
<artifactId>nexus</artifactId>
<version>2.2.12</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/nexus/
implementation 'io.fabric8.jube.images.fabric8:nexus:2.2.12'
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/nexus/
implementation ("io.fabric8.jube.images.fabric8:nexus:2.2.12")
'io.fabric8.jube.images.fabric8:nexus:jar:2.2.12'
<dependency org="io.fabric8.jube.images.fabric8" name="nexus" rev="2.2.12">
<artifact name="nexus" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube.images.fabric8', module='nexus', version='2.2.12')
)
libraryDependencies += "io.fabric8.jube.images.fabric8" % "nexus" % "2.2.12"
[io.fabric8.jube.images.fabric8/nexus "2.2.12"]