GroupId | GroupIdio.fabric8.devops.apps |
---|---|
ArtifactId | ArtifactIdartifactory |
Version | Version2.2.87 |
Type | Typejar |
Filename | Size |
---|---|
artifactory-2.2.87.pom | |
artifactory-2.2.87.jar | 16 KB |
artifactory-2.2.87-sources.jar | 13 KB |
artifactory-2.2.87-kubernetes.yml | 2 KB |
artifactory-2.2.87-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.87</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/artifactory/
implementation 'io.fabric8.devops.apps:artifactory:2.2.87'
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/artifactory/
implementation ("io.fabric8.devops.apps:artifactory:2.2.87")
'io.fabric8.devops.apps:artifactory:jar:2.2.87'
<dependency org="io.fabric8.devops.apps" name="artifactory" rev="2.2.87">
<artifact name="artifactory" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.devops.apps', module='artifactory', version='2.2.87')
)
libraryDependencies += "io.fabric8.devops.apps" % "artifactory" % "2.2.87"
[io.fabric8.devops.apps/artifactory "2.2.87"]