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