is not current version
Last Version 3.6.1

com.google.gerrit:gerrit-war 2.10.3

Gerrit WAR

GroupId

GroupId

com.google.gerrit
ArtifactId

ArtifactId

gerrit-war
Version

Version

2.10.3
Type

Type

war

Download gerrit-war 2.10.3


<!-- https://jarcasting.com/artifacts/com.google.gerrit/gerrit-war/ -->
<dependency>
    <groupId>com.google.gerrit</groupId>
    <artifactId>gerrit-war</artifactId>
    <version>2.10.3</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.gerrit/gerrit-war/
implementation 'com.google.gerrit:gerrit-war:2.10.3'
// https://jarcasting.com/artifacts/com.google.gerrit/gerrit-war/
implementation ("com.google.gerrit:gerrit-war:2.10.3")
'com.google.gerrit:gerrit-war:war:2.10.3'
<dependency org="com.google.gerrit" name="gerrit-war" rev="2.10.3">
  <artifact name="gerrit-war" type="war" />
</dependency>
@Grapes(
@Grab(group='com.google.gerrit', module='gerrit-war', version='2.10.3')
)
libraryDependencies += "com.google.gerrit" % "gerrit-war" % "2.10.3"
[com.google.gerrit/gerrit-war "2.10.3"]