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