Files download
File Operation
featran-core_2.11-0.1.6.jar download
featran-core_2.11-0.1.6.pom download
featran-core_2.11-0.1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.spotify</groupId>
  <artifactId>featran-core_2.11</artifactId>
  <version>0.1.6</version>
</dependency>
Gradle Groovy
implementation 'com.spotify:featran-core_2.11:0.1.6'
Gradle Kotlin
implementation("com.spotify:featran-core_2.11:0.1.6")
Scala SBT
libraryDependencies += "com.spotify" % "featran-core_2.11" % "0.1.6"
Groovy Grape
@Grapes(
  @Grab(group='com.spotify', module='featran-core_2.11', version='0.1.6')
)
Apache Ivy
<dependency org="com.spotify" name="featran-core_2.11" rev="0.1.6" />
Leiningen
[com.spotify/featran-core_2.11 "0.1.6"]
Apache Buildr
'com.spotify:featran-core_2.11:jar:0.1.6'