не последняя версия
Последняя версия 2.13.9

com.google.gerrit:gerrit-plugin-archetype 2.10-rc1

Maven Archetype for Gerrit Plugins

Группа

Группа

com.google.gerrit
Идентификатор

Идентификатор

gerrit-plugin-archetype
Версия

Версия

2.10-rc1
Тип

Тип

jar

Скачать gerrit-plugin-archetype 2.10-rc1


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