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