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