is not current version
Last Version 0.2.4

com.spotify.ffwd:ffwd-client 0.2.2

FastForward client for Java.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.spotify.ffwd
ArtifactId

ArtifactId

ffwd-client
Version

Version

0.2.2
Type

Type

jar

Download ffwd-client 0.2.2


<!-- https://jarcasting.com/artifacts/com.spotify.ffwd/ffwd-client/ -->
<dependency>
    <groupId>com.spotify.ffwd</groupId>
    <artifactId>ffwd-client</artifactId>
    <version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify.ffwd/ffwd-client/
implementation 'com.spotify.ffwd:ffwd-client:0.2.2'
// https://jarcasting.com/artifacts/com.spotify.ffwd/ffwd-client/
implementation ("com.spotify.ffwd:ffwd-client:0.2.2")
'com.spotify.ffwd:ffwd-client:jar:0.2.2'
<dependency org="com.spotify.ffwd" name="ffwd-client" rev="0.2.2">
  <artifact name="ffwd-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify.ffwd', module='ffwd-client', version='0.2.2')
)
libraryDependencies += "com.spotify.ffwd" % "ffwd-client" % "0.2.2"
[com.spotify.ffwd/ffwd-client "0.2.2"]