Files download
File Operation
gwt-generators-0.2.3.jar download
gwt-generators-0.2.3.pom download
gwt-generators-0.2.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.symulakr</groupId>
  <artifactId>gwt-generators</artifactId>
  <version>0.2.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.symulakr:gwt-generators:0.2.3'
Gradle Kotlin
implementation("com.github.symulakr:gwt-generators:0.2.3")
Scala SBT
libraryDependencies += "com.github.symulakr" % "gwt-generators" % "0.2.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.symulakr', module='gwt-generators', version='0.2.3')
)
Apache Ivy
<dependency org="com.github.symulakr" name="gwt-generators" rev="0.2.3" />
Leiningen
[com.github.symulakr/gwt-generators "0.2.3"]
Apache Buildr
'com.github.symulakr:gwt-generators:jar:0.2.3'