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