Download thundr-http-0.9.11.jar file - Jar t

Jar examples for t:thundr-http

Description

Provides an API for http connectivity functionality for thundr projects.

You can download jar file thundr-http 0.9.11 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add thundr-http-0.9.11.jar to your project.

<dependency>
   <groupId>com.threewks.thundr</groupId>
   <artifactId>thundr-http</artifactId>
   <version>0.9.11</version>
</dependency>
compile group: 'com.threewks.thundr', name: 'thundr-http', version: '0.9.11'
libraryDependencies += "com.threewks.thundr" % "thundr-http" % "0.9.11"
<dependency org="com.threewks.thundr" name="thundr-http" rev="0.9.11"/>
@Grapes(@Grab(group='com.threewks.thundr', module='thundr-http', version='0.9.11'))
'com.threewks.thundr:thundr-http:jar:0.9.11'

Download

Click the following link to download the jar file.

thundr-http-0.9.11-javadoc.jar
thundr-http-0.9.11-sources.jar
thundr-http-0.9.11.jar
thundr-http-0.9.11.pom



Related Tutorials