| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаcom.google.gerrit |
| Идентификатор | Идентификаторgerrit-plugin-gwt-archetype |
| Версия | Версия2.13.9 |
| Тип | Типjar |
| Описание |
ОписаниеGerrit Code Review - Web UI GWT Plugin Archetype
Maven Archetype for Gerrit Web UI GWT Plugins
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| gerrit-plugin-gwt-archetype-2.13.9.pom | |
| gerrit-plugin-gwt-archetype-2.13.9.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.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"]