не последняя версия
Последняя версия 1.0.2

net.sf.mgp:maven-archetype-gwt 1.0.1

An archetype which contains a sample Maven GWT project.

Категории

Категории

Maven Компиляция и сборка GWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки Сеть
Группа

Группа

net.sf.mgp
Идентификатор

Идентификатор

maven-archetype-gwt
Версия

Версия

1.0.1
Тип

Тип

jar

Скачать maven-archetype-gwt 1.0.1


<!-- https://jarcasting.com/artifacts/net.sf.mgp/maven-archetype-gwt/ -->
<dependency>
    <groupId>net.sf.mgp</groupId>
    <artifactId>maven-archetype-gwt</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.mgp/maven-archetype-gwt/
implementation 'net.sf.mgp:maven-archetype-gwt:1.0.1'
// https://jarcasting.com/artifacts/net.sf.mgp/maven-archetype-gwt/
implementation ("net.sf.mgp:maven-archetype-gwt:1.0.1")
'net.sf.mgp:maven-archetype-gwt:jar:1.0.1'
<dependency org="net.sf.mgp" name="maven-archetype-gwt" rev="1.0.1">
  <artifact name="maven-archetype-gwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.mgp', module='maven-archetype-gwt', version='1.0.1')
)
libraryDependencies += "net.sf.mgp" % "maven-archetype-gwt" % "1.0.1"
[net.sf.mgp/maven-archetype-gwt "1.0.1"]