GroupId | GroupIdio.fabric8.devops.apps |
---|---|
ArtifactId | ArtifactIdartifactory |
Version | Version2.2.96 |
Type | Typejar |
Filename | Size |
---|---|
artifactory-2.2.96.pom | |
artifactory-2.2.96.jar | 16 KB |
artifactory-2.2.96-sources.jar | 13 KB |
artifactory-2.2.96-kubernetes.yml | 2 KB |
artifactory-2.2.96-kubernetes.json | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.devops.apps/artifactory/ -->
<dependency>
<groupId>io.fabric8.devops.apps</groupId>
<artifactId>artifactory</artifactId>
<version>2.2.96</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/artifactory/
implementation 'io.fabric8.devops.apps:artifactory:2.2.96'
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/artifactory/
implementation ("io.fabric8.devops.apps:artifactory:2.2.96")
'io.fabric8.devops.apps:artifactory:jar:2.2.96'
<dependency org="io.fabric8.devops.apps" name="artifactory" rev="2.2.96">
<artifact name="artifactory" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.devops.apps', module='artifactory', version='2.2.96')
)
libraryDependencies += "io.fabric8.devops.apps" % "artifactory" % "2.2.96"
[io.fabric8.devops.apps/artifactory "2.2.96"]