is not current version
Last Version 1.0.2

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

An archetype which contains a sample Maven GWT project.

Categories

Categories

Maven Build Tools GWT (Google Web Toolkit) User Interface Web Frameworks Net
GroupId

GroupId

net.sf.mgp
ArtifactId

ArtifactId

maven-archetype-gwt
Version

Version

1.0.1
Type

Type

jar

Download 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"]