GroupId | GroupIdio.fabric8.devops.apps |
---|---|
ArtifactId | ArtifactIdgerrit |
Version | Version2.2.81 |
Type | Typejar |
Filename | Size |
---|---|
gerrit-2.2.81.pom | |
gerrit-2.2.81.jar | 16 KB |
gerrit-2.2.81-sources.jar | 10 KB |
gerrit-2.2.81-kubernetes.yml | 6 KB |
gerrit-2.2.81-kubernetes.json | 8 KB |
gerrit-2.2.81-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.devops.apps/gerrit/ -->
<dependency>
<groupId>io.fabric8.devops.apps</groupId>
<artifactId>gerrit</artifactId>
<version>2.2.81</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/gerrit/
implementation 'io.fabric8.devops.apps:gerrit:2.2.81'
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/gerrit/
implementation ("io.fabric8.devops.apps:gerrit:2.2.81")
'io.fabric8.devops.apps:gerrit:jar:2.2.81'
<dependency org="io.fabric8.devops.apps" name="gerrit" rev="2.2.81">
<artifact name="gerrit" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.devops.apps', module='gerrit', version='2.2.81')
)
libraryDependencies += "io.fabric8.devops.apps" % "gerrit" % "2.2.81"
[io.fabric8.devops.apps/gerrit "2.2.81"]