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