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
文件下载
文件名 操作
modular-webapp-2021.1.17.jar 下载
modular-webapp-2021.1.17.pom 下载
modular-webapp-2021.1.17-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.ltgt.gwt.archetypes</groupId>
  <artifactId>modular-webapp</artifactId>
  <version>2021.1.17</version>
  <type>maven-archetype</type>
</dependency>
Gradle Groovy
implementation 'net.ltgt.gwt.archetypes:modular-webapp:2021.1.17'
Gradle Kotlin
implementation("net.ltgt.gwt.archetypes:modular-webapp:2021.1.17")
Scala SBT
libraryDependencies += "net.ltgt.gwt.archetypes" % "modular-webapp" % "2021.1.17"
Groovy Grape
@Grapes(
  @Grab(group='net.ltgt.gwt.archetypes', module='modular-webapp', version='2021.1.17')
)
Apache Ivy
<dependency org="net.ltgt.gwt.archetypes" name="modular-webapp" rev="2021.1.17" />
Leiningen
[net.ltgt.gwt.archetypes/modular-webapp "2021.1.17"]
Apache Buildr
'net.ltgt.gwt.archetypes:modular-webapp:jar:2021.1.17'
本项目依赖
该项目无第三方依赖