Download ffwd-http-client-0.4.0.jar file - Jar f

Jar examples for f:ffwd-http-client

Description

High-level HTTP client for sending metrics to a remove FFWD instances.

You can download jar file ffwd-http-client 0.4.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ffwd-http-client-0.4.0.jar to your project.

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

Download

Click the following link to download the jar file.

ffwd-http-client-0.4.0-javadoc.jar
ffwd-http-client-0.4.0-sources.jar
ffwd-http-client-0.4.0.jar
ffwd-http-client-0.4.0.pom



Related Tutorials