GroupId | GroupIdio.fabric8.devops.apps |
---|---|
ArtifactId | ArtifactIdgerrit |
Version | Version2.2.214 |
Type | Typejar |
Filename | Size |
---|---|
gerrit-2.2.214.pom | |
gerrit-2.2.214.jar | 19 KB |
gerrit-2.2.214-sources.jar | 14 KB |
gerrit-2.2.214-kubernetes.yml | 6 KB |
gerrit-2.2.214-kubernetes.json | 8 KB |
gerrit-2.2.214-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.214</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/gerrit/
implementation 'io.fabric8.devops.apps:gerrit:2.2.214'
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/gerrit/
implementation ("io.fabric8.devops.apps:gerrit:2.2.214")
'io.fabric8.devops.apps:gerrit:jar:2.2.214'
<dependency org="io.fabric8.devops.apps" name="gerrit" rev="2.2.214">
<artifact name="gerrit" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.devops.apps', module='gerrit', version='2.2.214')
)
libraryDependencies += "io.fabric8.devops.apps" % "gerrit" % "2.2.214"
[io.fabric8.devops.apps/gerrit "2.2.214"]