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