MVN

com.google.gerrit : gerrit-plugin-gwt-archetype

Maven & Gradle

Jul 03, 2017

Gerrit Code Review - Web UI GWT Plugin Archetype · Maven Archetype for Gerrit Web UI GWT Plugins

<dependency>
    <groupId>com.google.gerrit</groupId>
    <artifactId>gerrit-plugin-gwt-archetype</artifactId>
    <version>2.13.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.gerrit : gerrit-plugin-gwt-archetype to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.13.9
  • Latest Release Candidate: 2.12-rc0

All Versions

Choose a version of com.google.gerrit : gerrit-plugin-gwt-archetype to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.13.x
gerrit-plugin-gwt-archetype-2.13.9
gerrit-plugin-gwt-archetype-2.13.8
gerrit-plugin-gwt-archetype-2.13.7
gerrit-plugin-gwt-archetype-2.13.6
gerrit-plugin-gwt-archetype-2.13.5
gerrit-plugin-gwt-archetype-2.13.4
gerrit-plugin-gwt-archetype-2.13.3
gerrit-plugin-gwt-archetype-2.13.2
gerrit-plugin-gwt-archetype-2.13.1
2.13
gerrit-plugin-gwt-archetype-2.13
2.12.x
gerrit-plugin-gwt-archetype-2.12.7
gerrit-plugin-gwt-archetype-2.12.6
gerrit-plugin-gwt-archetype-2.12.5
gerrit-plugin-gwt-archetype-2.12.4
gerrit-plugin-gwt-archetype-2.12.3
gerrit-plugin-gwt-archetype-2.12.2
gerrit-plugin-gwt-archetype-2.12.1
2.12
gerrit-plugin-gwt-archetype-2.12
gerrit-plugin-gwt-archetype-2.12-rc0
2.11.x
gerrit-plugin-gwt-archetype-2.11.10
gerrit-plugin-gwt-archetype-2.11.9
gerrit-plugin-gwt-archetype-2.11.8
gerrit-plugin-gwt-archetype-2.11.7
gerrit-plugin-gwt-archetype-2.11.6
gerrit-plugin-gwt-archetype-2.11.5
gerrit-plugin-gwt-archetype-2.11.4
gerrit-plugin-gwt-archetype-2.11.3
gerrit-plugin-gwt-archetype-2.11.2
gerrit-plugin-gwt-archetype-2.11.1
2.11
gerrit-plugin-gwt-archetype-2.11
2.10.x
gerrit-plugin-gwt-archetype-2.10.7
gerrit-plugin-gwt-archetype-2.10.6
gerrit-plugin-gwt-archetype-2.10.5
gerrit-plugin-gwt-archetype-2.10.4
gerrit-plugin-gwt-archetype-2.10.3.1
gerrit-plugin-gwt-archetype-2.10.3
gerrit-plugin-gwt-archetype-2.10.2
gerrit-plugin-gwt-archetype-2.10.1
2.10
gerrit-plugin-gwt-archetype-2.10
gerrit-plugin-gwt-archetype-2.10-rc2
gerrit-plugin-gwt-archetype-2.10-rc1
gerrit-plugin-gwt-archetype-2.10-rc0
2.9.x
gerrit-plugin-gwt-archetype-2.9.3
gerrit-plugin-gwt-archetype-2.9.1
2.9
gerrit-plugin-gwt-archetype-2.9
gerrit-plugin-gwt-archetype-2.9-rc2
gerrit-plugin-gwt-archetype-2.9-rc1

How to add a dependency to Maven

Add the following com.google.gerrit : gerrit-plugin-gwt-archetype maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.gerrit</groupId>
    <artifactId>gerrit-plugin-gwt-archetype</artifactId>
    <version>2.13.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.gerrit : gerrit-plugin-gwt-archetype gradle dependency to your build.gradle file:

implementation 'com.google.gerrit:gerrit-plugin-gwt-archetype:2.13.9'

Gradle Kotlin DSL: Add the following com.google.gerrit : gerrit-plugin-gwt-archetype gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.gerrit:gerrit-plugin-gwt-archetype:2.13.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.gerrit : gerrit-plugin-gwt-archetype sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.gerrit" % "gerrit-plugin-gwt-archetype" % "2.13.9"