MVN

com.microsoft.spark : spark-clr

Maven & Gradle

Jan 07, 2016
929 stars

C# language binding and extensions to Apache Spark

<dependency>
    <groupId>com.microsoft.spark</groupId>
    <artifactId>spark-clr</artifactId>
    <version>1.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.4.1

All Versions

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

Version Vulnerabilities Updated
1.4.x
spark-clr-1.4.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.microsoft.spark</groupId>
    <artifactId>spark-clr</artifactId>
    <version>1.4.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.microsoft.spark:spark-clr:1.4.1'

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

implementation("com.microsoft.spark:spark-clr:1.4.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.microsoft.spark" % "spark-clr" % "1.4.1"

Advertisement