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