MVN

com.flipkart.fdp.ml : adapters-2.0

Maven & Gradle

Nov 11, 2016
39 stars

Spark 2.0 Model Adapters

<dependency>
    <groupId>com.flipkart.fdp.ml</groupId>
    <artifactId>adapters-2.0</artifactId>
    <version>0.2.10_2.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.flipkart.fdp.ml : adapters-2.0 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.10_2.10

All Versions

Choose a version of com.flipkart.fdp.ml : adapters-2.0 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
adapters-2.0-0.2.10_2.11
adapters-2.0-0.2.9_2.11
adapters-2.0-0.2.8_2.11
adapters-2.0-0.2.7_2.11
adapters-2.0-0.2.6_2.11
adapters-2.0-0.2.4_2.11
adapters-2.0-0.2.5_2.11
adapters-2.0-0.2.2_2.11
adapters-2.0-0.2.1_2.11
adapters-2.0-0.2.0_2.11
adapters-2.0-0.2.10_2.10
adapters-2.0-0.2.9_2.10
adapters-2.0-0.2.6_2.10
adapters-2.0-0.2.5_2.10
adapters-2.0-0.2.4_2.10
adapters-2.0-0.2.3_2.10
adapters-2.0-0.2.2_2.10
0.1.x
adapters-2.0-0.1.5_2.11
adapters-2.0-0.1.5
adapters-2.0-0.1.4
adapters-2.0-0.1.3

How to add a dependency to Maven

Add the following com.flipkart.fdp.ml : adapters-2.0 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.flipkart.fdp.ml</groupId>
    <artifactId>adapters-2.0</artifactId>
    <version>0.2.10_2.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.flipkart.fdp.ml : adapters-2.0 gradle dependency to your build.gradle file:

implementation 'com.flipkart.fdp.ml:adapters-2.0:0.2.10_2.10'

Gradle Kotlin DSL: Add the following com.flipkart.fdp.ml : adapters-2.0 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.flipkart.fdp.ml:adapters-2.0:0.2.10_2.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.flipkart.fdp.ml : adapters-2.0 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.flipkart.fdp.ml" % "adapters-2.0" % "0.2.10_2.10"