GroupId | GroupIdio.fabric8.devops.apps |
---|---|
ArtifactId | ArtifactIdgerrit |
Version | Version2.2.325 |
Type | Typejar |
Filename | Size |
---|---|
gerrit-2.2.325.pom | |
gerrit-2.2.325.jar | 35 KB |
gerrit-2.2.325-sources.jar | 15 KB |
gerrit-2.2.325-openshift.yml | 10 KB |
gerrit-2.2.325-openshift.json | 13 KB |
gerrit-2.2.325-kubernetes.yml | 9 KB |
gerrit-2.2.325-kubernetes.json | 12 KB |
gerrit-2.2.325-helm.tar.gz | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.devops.apps/gerrit/ -->
<dependency>
<groupId>io.fabric8.devops.apps</groupId>
<artifactId>gerrit</artifactId>
<version>2.2.325</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/gerrit/
implementation 'io.fabric8.devops.apps:gerrit:2.2.325'
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/gerrit/
implementation ("io.fabric8.devops.apps:gerrit:2.2.325")
'io.fabric8.devops.apps:gerrit:jar:2.2.325'
<dependency org="io.fabric8.devops.apps" name="gerrit" rev="2.2.325">
<artifact name="gerrit" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.devops.apps', module='gerrit', version='2.2.325')
)
libraryDependencies += "io.fabric8.devops.apps" % "gerrit" % "2.2.325"
[io.fabric8.devops.apps/gerrit "2.2.325"]