License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.google.gerrit |
ArtifactId | ArtifactIdgerrit-plugin-gwt-archetype |
Last Version | Last Version2.13.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGerrit Code Review - Web UI GWT Plugin Archetype
Maven Archetype for Gerrit Web UI GWT Plugins
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gerrit-plugin-gwt-archetype-2.13.9.pom | |
gerrit-plugin-gwt-archetype-2.13.9.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.gerrit/gerrit-plugin-gwt-archetype/ -->
<dependency>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-plugin-gwt-archetype</artifactId>
<version>2.13.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.gerrit/gerrit-plugin-gwt-archetype/
implementation 'com.google.gerrit:gerrit-plugin-gwt-archetype:2.13.9'
// https://jarcasting.com/artifacts/com.google.gerrit/gerrit-plugin-gwt-archetype/
implementation ("com.google.gerrit:gerrit-plugin-gwt-archetype:2.13.9")
'com.google.gerrit:gerrit-plugin-gwt-archetype:jar:2.13.9'
<dependency org="com.google.gerrit" name="gerrit-plugin-gwt-archetype" rev="2.13.9">
<artifact name="gerrit-plugin-gwt-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.gerrit', module='gerrit-plugin-gwt-archetype', version='2.13.9')
)
libraryDependencies += "com.google.gerrit" % "gerrit-plugin-gwt-archetype" % "2.13.9"
[com.google.gerrit/gerrit-plugin-gwt-archetype "2.13.9"]