GroupId | GroupIdcom.google.gerrit |
---|---|
ArtifactId | ArtifactIdgerrit-plugin-api |
Version | Version3.1.0-rc1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.google.gerrit/gerrit-plugin-api/ -->
<dependency>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-plugin-api</artifactId>
<version>3.1.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.gerrit/gerrit-plugin-api/
implementation 'com.google.gerrit:gerrit-plugin-api:3.1.0-rc1'
// https://jarcasting.com/artifacts/com.google.gerrit/gerrit-plugin-api/
implementation ("com.google.gerrit:gerrit-plugin-api:3.1.0-rc1")
'com.google.gerrit:gerrit-plugin-api:jar:3.1.0-rc1'
<dependency org="com.google.gerrit" name="gerrit-plugin-api" rev="3.1.0-rc1">
<artifact name="gerrit-plugin-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.gerrit', module='gerrit-plugin-api', version='3.1.0-rc1')
)
libraryDependencies += "com.google.gerrit" % "gerrit-plugin-api" % "3.1.0-rc1"
[com.google.gerrit/gerrit-plugin-api "3.1.0-rc1"]