MVN

com.microsoft.sparkclr : spark-clr_2.10

Maven & Gradle

Aug 23, 2016
929 stars

Mobius Project · C# language binding and extensions to Apache Spark

<dependency>
    <groupId>com.microsoft.sparkclr</groupId>
    <artifactId>spark-clr_2.10</artifactId>
    <version>1.6.200</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.sparkclr : spark-clr_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.200

All Versions

Choose a version of com.microsoft.sparkclr : spark-clr_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
spark-clr_2.10-1.6.200
spark-clr_2.10-1.6.200-PREVIEW-1
spark-clr_2.10-1.6.101-PREVIEW1
spark-clr_2.10-1.6.100
spark-clr_2.10-1.6.100-TEST-0
spark-clr_2.10-1.6.100-PREVIEW-2
spark-clr_2.10-1.6.100-PREVIEW-1
spark-clr_2.10-1.6.000-PREVIEW-2
spark-clr_2.10-1.6.000-PREVIEW-1
1.5.x
spark-clr_2.10-1.5.200
spark-clr_2.10-1.5.200-preview-5
spark-clr_2.10-1.5.200-preview-1
spark-clr_2.10-1.5.200-testrelease-20
spark-clr_2.10-1.5.200-preview-0
spark-clr_2.10-1.5.100-testrelease-25
spark-clr_2.10-1.5.100-testrelease-24
spark-clr_2.10-1.5.100-testrelease-23
spark-clr_2.10-1.5.100-testrelease-22
1.4.x
spark-clr_2.10-1.4.102-testrelease-19

How to add a dependency to Maven

Add the following com.microsoft.sparkclr : spark-clr_2.10 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.microsoft.sparkclr</groupId>
    <artifactId>spark-clr_2.10</artifactId>
    <version>1.6.200</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microsoft.sparkclr : spark-clr_2.10 gradle dependency to your build.gradle file:

implementation 'com.microsoft.sparkclr:spark-clr_2.10:1.6.200'

Gradle Kotlin DSL: Add the following com.microsoft.sparkclr : spark-clr_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microsoft.sparkclr:spark-clr_2.10:1.6.200")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microsoft.sparkclr : spark-clr_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microsoft.sparkclr" % "spark-clr_2.10" % "1.6.200"