f

ffwd-client

FastForward client for Java.
文件下载
文件名 操作
ffwd-client-0.2.1.jar 下载
ffwd-client-0.2.1.pom 下载
ffwd-client-0.2.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.spotify.ffwd</groupId>
  <artifactId>ffwd-client</artifactId>
  <version>0.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.spotify.ffwd:ffwd-client:0.2.1'
Gradle Kotlin
implementation("com.spotify.ffwd:ffwd-client:0.2.1")
Scala SBT
libraryDependencies += "com.spotify.ffwd" % "ffwd-client" % "0.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.spotify.ffwd', module='ffwd-client', version='0.2.1')
)
Apache Ivy
<dependency org="com.spotify.ffwd" name="ffwd-client" rev="0.2.1" />
Leiningen
[com.spotify.ffwd/ffwd-client "0.2.1"]
Apache Buildr
'com.spotify.ffwd:ffwd-client:jar:0.2.1'