g

gwt-boot-starter-test

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