t

thundr-http

Provides an API for http connectivity functionality for thundr projects.
http://3wks.github.com/thundr/
The Apache Software License, Version 2.0
3wks
Nicholas Okunew
Files download
File Operation
thundr-http-3.0.0-beta-2.jar download
thundr-http-3.0.0-beta-2.pom download
thundr-http-3.0.0-beta-2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.threewks.thundr</groupId>
  <artifactId>thundr-http</artifactId>
  <version>3.0.0-beta-2</version>
</dependency>
Gradle Groovy
implementation 'com.threewks.thundr:thundr-http:3.0.0-beta-2'
Gradle Kotlin
implementation("com.threewks.thundr:thundr-http:3.0.0-beta-2")
Scala SBT
libraryDependencies += "com.threewks.thundr" % "thundr-http" % "3.0.0-beta-2"
Groovy Grape
@Grapes(
  @Grab(group='com.threewks.thundr', module='thundr-http', version='3.0.0-beta-2')
)
Apache Ivy
<dependency org="com.threewks.thundr" name="thundr-http" rev="3.0.0-beta-2" />
Leiningen
[com.threewks.thundr/thundr-http "3.0.0-beta-2"]
Apache Buildr
'com.threewks.thundr:thundr-http:jar:3.0.0-beta-2'