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