MVN

com.linkedin.feathr : feathr_2.12

Maven & Gradle

Jun 30, 2023
1.9k stars

Feathr · An Enterprise-Grade, High Performance Feature Store

<dependency>
    <groupId>com.linkedin.feathr</groupId>
    <artifactId>feathr_2.12</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.linkedin.feathr : feathr_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0
  • Latest Release Candidate: 1.0.5-rc5

All Versions

Choose a version of com.linkedin.feathr : feathr_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v0.10.x
feathr_2.12-v0.10.3-rc5
1.0.x
feathr_2.12-1.0.5-rc5
feathr_2.12-1.0.5-rc4
feathr_2.12-1.0.5-rc3
feathr_2.12-1.0.5-rc2
feathr_2.12-1.0.5-rc1
feathr_2.12-1.0.4-rc12
feathr_2.12-1.0.4-rc10
feathr_2.12-1.0.4-rc9
feathr_2.12-1.0.4-rc8
feathr_2.12-1.0.4-rc7
feathr_2.12-1.0.4-rc6
feathr_2.12-1.0.4-rc5
feathr_2.12-1.0.4-rc4
feathr_2.12-1.0.4-rc3
feathr_2.12-1.0.4-rc2
feathr_2.12-1.0.4-rc1
feathr_2.12-1.0.3-rc3
feathr_2.12-1.0.3-rc2
feathr_2.12-1.0.3-rc1
feathr_2.12-1.0.2-rc11
feathr_2.12-1.0.2-rc10
feathr_2.12-1.0.2-rc9
feathr_2.12-1.0.2-rc8
feathr_2.12-1.0.2-rc7
feathr_2.12-1.0.2-rc6
feathr_2.12-1.0.2-rc4
feathr_2.12-1.0.2-rc3
feathr_2.12-1.0.2-rc2
feathr_2.12-1.0.2-rc1
feathr_2.12-1.0.1-rc1
feathr_2.12-1.0.0
feathr_2.12-1.0.0-rc4
feathr_2.12-1.0.0-rc3
feathr_2.12-1.0.0-rc2
feathr_2.12-1.0.0-rc1
0.10.x
feathr_2.12-0.10.4-rc8
feathr_2.12-0.10.4-rc7
feathr_2.12-0.10.4-rc6
feathr_2.12-0.10.4-rc5
feathr_2.12-0.10.4-rc4
feathr_2.12-0.10.4-rc3
feathr_2.12-0.10.4-rc2
feathr_2.12-0.10.4-rc1
feathr_2.12-0.10.3-rc8
feathr_2.12-0.10.3-rc7
feathr_2.12-0.10.3-rc6
feathr_2.12-0.10.3-rc4
feathr_2.12-0.10.3-rc3
feathr_2.12-0.10.3-rc2
feathr_2.12-0.10.3
feathr_2.12-0.10.1-rc2
feathr_2.12-0.10.1-rc1
0.9.x
feathr_2.12-0.9.0
feathr_2.12-0.9.0-rc3
feathr_2.12-0.9.0-rc2
feathr_2.12-0.9.0-rc1
0.8.x
feathr_2.12-0.8.3
feathr_2.12-0.8.2
feathr_2.12-0.8.1
feathr_2.12-0.8.0
0.7.x
feathr_2.12-0.7.3
feathr_2.12-0.7.2
feathr_2.12-0.7.1
feathr_2.12-0.7.0
0.6.x
feathr_2.12-0.6.4
feathr_2.12-0.6.3
feathr_2.12-0.6.2
feathr_2.12-0.6.1
feathr_2.12-0.6.0
0.5.x
feathr_2.12-0.5.0-rc1
feathr_2.12-0.5.0
0.4.x
feathr_2.12-0.4.0
0.3.x
feathr_2.12-0.3.0
0.2.x
feathr_2.12-0.2.0
0.1.x
feathr_2.12-0.1.2
feathr_2.12-0.1.1
feathr_2.12-0.1.0

How to add a dependency to Maven

Add the following com.linkedin.feathr : feathr_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.linkedin.feathr</groupId>
    <artifactId>feathr_2.12</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.linkedin.feathr : feathr_2.12 gradle dependency to your build.gradle file:

implementation 'com.linkedin.feathr:feathr_2.12:1.0.0'

Gradle Kotlin DSL: Add the following com.linkedin.feathr : feathr_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.linkedin.feathr:feathr_2.12:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.linkedin.feathr : feathr_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.linkedin.feathr" % "feathr_2.12" % "1.0.0"