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