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