License |
License |
---|---|
GroupId | GroupIdcom.google.gerrit |
ArtifactId | ArtifactIdgerrit-plugin-api |
Version | Version3.6.0-rc3 |
Type | Typejar |
Description |
DescriptionGerrit Code Review - Plugin API
API for Gerrit Plugins
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.google.gerrit/gerrit-plugin-api/ -->
<dependency>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-plugin-api</artifactId>
<version>3.6.0-rc3</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.gerrit/gerrit-plugin-api/
implementation 'com.google.gerrit:gerrit-plugin-api:3.6.0-rc3'
// https://jarcasting.com/artifacts/com.google.gerrit/gerrit-plugin-api/
implementation ("com.google.gerrit:gerrit-plugin-api:3.6.0-rc3")
'com.google.gerrit:gerrit-plugin-api:jar:3.6.0-rc3'
<dependency org="com.google.gerrit" name="gerrit-plugin-api" rev="3.6.0-rc3">
<artifact name="gerrit-plugin-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.gerrit', module='gerrit-plugin-api', version='3.6.0-rc3')
)
libraryDependencies += "com.google.gerrit" % "gerrit-plugin-api" % "3.6.0-rc3"
[com.google.gerrit/gerrit-plugin-api "3.6.0-rc3"]