MVN

com.linkedin.feathr : feathr-compute

Maven & Gradle

Jun 30, 2023
1.9k stars

Feathr · An Enterprise-Grade, High Performance Feature Store

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

Latest Version

Choose a version of com.linkedin.feathr : feathr-compute 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-compute to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v0.10.x
feathr-compute-v0.10.3-rc5
1.0.x
feathr-compute-1.0.5-rc5
feathr-compute-1.0.5-rc4
feathr-compute-1.0.5-rc3
feathr-compute-1.0.5-rc2
feathr-compute-1.0.5-rc1
feathr-compute-1.0.4-rc12
feathr-compute-1.0.4-rc10
feathr-compute-1.0.4-rc9
feathr-compute-1.0.4-rc8
feathr-compute-1.0.4-rc7
feathr-compute-1.0.4-rc6
feathr-compute-1.0.4-rc5
feathr-compute-1.0.4-rc4
feathr-compute-1.0.4-rc3
feathr-compute-1.0.4-rc2
feathr-compute-1.0.4-rc1
feathr-compute-1.0.3-rc3
feathr-compute-1.0.3-rc2
feathr-compute-1.0.3-rc1
feathr-compute-1.0.2-rc11
feathr-compute-1.0.2-rc10
feathr-compute-1.0.2-rc9
feathr-compute-1.0.2-rc8
feathr-compute-1.0.2-rc7
feathr-compute-1.0.2-rc6
feathr-compute-1.0.2-rc4
feathr-compute-1.0.2-rc3
feathr-compute-1.0.2-rc2
feathr-compute-1.0.2-rc1
feathr-compute-1.0.1-rc1
feathr-compute-1.0.0
feathr-compute-1.0.0-rc4
feathr-compute-1.0.0-rc3
feathr-compute-1.0.0-rc2
feathr-compute-1.0.0-rc1
0.10.x
feathr-compute-0.10.4-rc8
feathr-compute-0.10.4-rc7
feathr-compute-0.10.4-rc6
feathr-compute-0.10.4-rc5
feathr-compute-0.10.4-rc4
feathr-compute-0.10.4-rc3
feathr-compute-0.10.4-rc2
feathr-compute-0.10.4-rc1
feathr-compute-0.10.3-rc8
feathr-compute-0.10.3-rc7
feathr-compute-0.10.3-rc6
feathr-compute-0.10.3-rc4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.linkedin.feathr</groupId>
    <artifactId>feathr-compute</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.linkedin.feathr:feathr-compute:1.0.0'

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

implementation("com.linkedin.feathr:feathr-compute:1.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.linkedin.feathr" % "feathr-compute" % "1.0.0"

Advertisement