Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 542 Bytes

File metadata and controls

18 lines (13 loc) · 542 Bytes

ffwd-http-client »

Build Status License

This is a java http client for interacting with ffwd.

Installation

Add a dependency in Maven.

<dependency>
  <groupId>com.spotify.ffwd</groupId>
  <artifactId>ffwd-http-client</artifactId>
  <version>${ffwd-http-client.version}</version>
</dependency>