m

modular-webapp

The GWT WebAppCreator's sample (using GWT-RPC), modularized.
https://github.com/tbroyer/gwt-maven-archetypes/modular-webapp
Apache 2.0
Thomas Broyer
Files download
File Operation
modular-webapp-2024.2.11.jar download
modular-webapp-2024.2.11.pom download
modular-webapp-2024.2.11-sources.jar download
Apache Maven
<dependency>
  <groupId>net.ltgt.gwt.archetypes</groupId>
  <artifactId>modular-webapp</artifactId>
  <version>2024.2.11</version>
  <type>maven-archetype</type>
</dependency>
Gradle Groovy
implementation 'net.ltgt.gwt.archetypes:modular-webapp:2024.2.11'
Gradle Kotlin
implementation("net.ltgt.gwt.archetypes:modular-webapp:2024.2.11")
Scala SBT
libraryDependencies += "net.ltgt.gwt.archetypes" % "modular-webapp" % "2024.2.11"
Groovy Grape
@Grapes(
  @Grab(group='net.ltgt.gwt.archetypes', module='modular-webapp', version='2024.2.11')
)
Apache Ivy
<dependency org="net.ltgt.gwt.archetypes" name="modular-webapp" rev="2024.2.11" />
Leiningen
[net.ltgt.gwt.archetypes/modular-webapp "2024.2.11"]
Apache Buildr
'net.ltgt.gwt.archetypes:modular-webapp:jar:2024.2.11'
Dependencies
The project has no third-party dependencies