g

gwt-boot-starter

GWT Boot Starter Basic - Core Dependencies
Files download
File Operation
gwt-boot-starter-1.0.0.jar download
gwt-boot-starter-1.0.0.pom download
gwt-boot-starter-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.gwtboot</groupId>
  <artifactId>gwt-boot-starter</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.gwtboot:gwt-boot-starter:1.0.0'
Gradle Kotlin
implementation("com.github.gwtboot:gwt-boot-starter:1.0.0")
Scala SBT
libraryDependencies += "com.github.gwtboot" % "gwt-boot-starter" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.gwtboot', module='gwt-boot-starter', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.gwtboot" name="gwt-boot-starter" rev="1.0.0" />
Leiningen
[com.github.gwtboot/gwt-boot-starter "1.0.0"]
Apache Buildr
'com.github.gwtboot:gwt-boot-starter:jar:1.0.0'