g

gwtp-dispatch-test

This is only meant for internal testing and should never be used outside of GWTP.
Files download
File Operation
gwtp-dispatch-test-1.0.3.jar download
gwtp-dispatch-test-1.0.3.pom download
gwtp-dispatch-test-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.gwtplatform</groupId>
  <artifactId>gwtp-dispatch-test</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.gwtplatform:gwtp-dispatch-test:1.0.3'
Gradle Kotlin
implementation("com.gwtplatform:gwtp-dispatch-test:1.0.3")
Scala SBT
libraryDependencies += "com.gwtplatform" % "gwtp-dispatch-test" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.gwtplatform', module='gwtp-dispatch-test', version='1.0.3')
)
Apache Ivy
<dependency org="com.gwtplatform" name="gwtp-dispatch-test" rev="1.0.3" />
Leiningen
[com.gwtplatform/gwtp-dispatch-test "1.0.3"]
Apache Buildr
'com.gwtplatform:gwtp-dispatch-test:jar:1.0.3'