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