g

gwt-boot-starters

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