# ffwd-http-client **Repository Path**: mirrors_spotify/ffwd-http-client ## Basic Information - **Project Name**: ffwd-http-client - **Description**: A ffwd-http-client for Java - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DEPRECATION NOTICE This repo is no longer actively maintained. While it should continue to work and there are no major known bugs, we will not be improving ffwd or releasing new versions. # ffwd-http-client » [![Build Status](https://github.com/spotify/ffwd-http-client/workflows/JavaCI/badge.svg)](https://github.com/spotify/ffwd-http-client/actions?query=workflow%3AJavaCI) [![License](https://img.shields.io/github/license/spotify/ffwd.svg)](LICENSE) This is a java http client for interacting with [ffwd](https://github.com/spotify/ffwd). # Installation Add a dependency in Maven. ```xml com.spotify.ffwd ffwd-http-client ${ffwd-http-client.version} ``` # Releasing Releasing is done via the `maven-release-plugin` and `nexus-staging-plugin` which are configured via the `release` [profile](https://github.com/spotify/semantic-metrics/blob/master/pom.xml#L140). Deploys are staged in oss.sonatype.org before being deployed to Maven Central. Check out the [maven-release-plugin docs](http://maven.apache.org/maven-release/maven-release-plugin/) and the [nexus-staging-plugin docs](https://help.sonatype.com/repomanager2) for more information. To release, first run: ``mvn -P release release:prepare`` You will be prompted for the release version and the next development version. On success, follow with: ``mvn -P release release:perform``