GroupId | GroupIdcom.google.gerrit |
---|---|
ArtifactId | ArtifactIdgerrit-war |
Version | Version2.15.14 |
Type | Typewar |
Filename | Size |
---|---|
gerrit-war-2.15.14.pom | |
gerrit-war-2.15.14.war | 70 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.gerrit/gerrit-war/ -->
<dependency>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-war</artifactId>
<version>2.15.14</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.gerrit/gerrit-war/
implementation 'com.google.gerrit:gerrit-war:2.15.14'
// https://jarcasting.com/artifacts/com.google.gerrit/gerrit-war/
implementation ("com.google.gerrit:gerrit-war:2.15.14")
'com.google.gerrit:gerrit-war:war:2.15.14'
<dependency org="com.google.gerrit" name="gerrit-war" rev="2.15.14">
<artifact name="gerrit-war" type="war" />
</dependency>
@Grapes(
@Grab(group='com.google.gerrit', module='gerrit-war', version='2.15.14')
)
libraryDependencies += "com.google.gerrit" % "gerrit-war" % "2.15.14"
[com.google.gerrit/gerrit-war "2.15.14"]