| Категории |
КатегорииGWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки |
|---|---|
| Группа | Группаcom.google.gerrit |
| Идентификатор | Идентификаторgerrit-plugin-gwt-archetype |
| Версия | Версия2.13.6 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| gerrit-plugin-gwt-archetype-2.13.6.pom | |
| gerrit-plugin-gwt-archetype-2.13.6.jar | 22 KB |
| Обзор |
<!-- 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"]