MVN

ai.starlake : starlake-spark2_2.11

Maven & Gradle

Nov 24, 2022
31 stars

starlake-spark2 · starlake-spark2

<dependency>
    <groupId>ai.starlake</groupId>
    <artifactId>starlake-spark2_2.11</artifactId>
    <version>0.3.25.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ai.starlake : starlake-spark2_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.25.1

All Versions

Choose a version of ai.starlake : starlake-spark2_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
starlake-spark2_2.11-0.3.26
starlake-spark2_2.11-0.3.25.1
starlake-spark2_2.11-0.3.25
starlake-spark2_2.11-0.3.24
starlake-spark2_2.11-0.3.23
starlake-spark2_2.11-0.3.22
starlake-spark2_2.11-0.3.21
starlake-spark2_2.11-0.3.20
starlake-spark2_2.11-0.3.19
starlake-spark2_2.11-0.3.18.1
starlake-spark2_2.11-0.3.18
starlake-spark2_2.11-0.3.17
starlake-spark2_2.11-0.3.16
starlake-spark2_2.11-0.3.15
starlake-spark2_2.11-0.3.14
starlake-spark2_2.11-0.3.13
starlake-spark2_2.11-0.3.12
starlake-spark2_2.11-0.3.11
starlake-spark2_2.11-0.3.10
starlake-spark2_2.11-0.3.9
starlake-spark2_2.11-0.3.8
starlake-spark2_2.11-0.3.7
starlake-spark2_2.11-0.3.6
starlake-spark2_2.11-0.3.5
starlake-spark2_2.11-0.3.4
starlake-spark2_2.11-0.3.3
0.2.x
starlake-spark2_2.11-0.2.8
starlake-spark2_2.11-0.2.7

How to add a dependency to Maven

Add the following ai.starlake : starlake-spark2_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ai.starlake</groupId>
    <artifactId>starlake-spark2_2.11</artifactId>
    <version>0.3.25.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ai.starlake : starlake-spark2_2.11 gradle dependency to your build.gradle file:

implementation 'ai.starlake:starlake-spark2_2.11:0.3.25.1'

Gradle Kotlin DSL: Add the following ai.starlake : starlake-spark2_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("ai.starlake:starlake-spark2_2.11:0.3.25.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ai.starlake : starlake-spark2_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "ai.starlake" % "starlake-spark2_2.11" % "0.3.25.1"

Advertisement