| Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdcom.google.gerrit |
| ArtifactId | ArtifactIdgerrit-plugin-gwt-archetype |
| Version | Version2.13.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| gerrit-plugin-gwt-archetype-2.13.6.pom | |
| gerrit-plugin-gwt-archetype-2.13.6.jar | 22 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.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.gerrit/gerrit-plugin-gwt-archetype/
implementation 'com.google.gerrit:gerrit-plugin-gwt-archetype:2.13.6'
// https://jarcasting.com/artifacts/com.google.gerrit/gerrit-plugin-gwt-archetype/
implementation ("com.google.gerrit:gerrit-plugin-gwt-archetype:2.13.6")
'com.google.gerrit:gerrit-plugin-gwt-archetype:jar:2.13.6'
<dependency org="com.google.gerrit" name="gerrit-plugin-gwt-archetype" rev="2.13.6">
<artifact name="gerrit-plugin-gwt-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.gerrit', module='gerrit-plugin-gwt-archetype', version='2.13.6')
)
libraryDependencies += "com.google.gerrit" % "gerrit-plugin-gwt-archetype" % "2.13.6"
[com.google.gerrit/gerrit-plugin-gwt-archetype "2.13.6"]