MVN

com.microsoft.azure.kusto : spark-kusto-connector

Maven & Gradle

Feb 16, 2021
74 stars

Spark Kusto connector · Kusto connector for Spark to query and ingest data

<dependency>
    <groupId>com.microsoft.azure.kusto</groupId>
    <artifactId>spark-kusto-connector</artifactId>
    <version>2.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.3.1
  • Latest Beta: 1.0.0-BETA-06

All Versions

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

Version Vulnerabilities Updated
2.3.x
spark-kusto-connector-2.3.1
spark-kusto-connector-2.3.0
2.2.x
spark-kusto-connector-2.2.0
2.1.x
spark-kusto-connector-2.1.1
spark-kusto-connector-2.1.0
2.0.x
spark-kusto-connector-2.0.1
spark-kusto-connector-2.0.0
1.1.x
spark-kusto-connector-1.1.6
spark-kusto-connector-1.1.5
spark-kusto-connector-1.1.4
spark-kusto-connector-1.1.3
spark-kusto-connector-1.1.2
spark-kusto-connector-1.1.1
spark-kusto-connector-1.1.0
1.0.x
spark-kusto-connector-1.0.2
spark-kusto-connector-1.0.1
spark-kusto-connector-1.0.0
spark-kusto-connector-1.0.0-BETA-06
spark-kusto-connector-1.0.0-BETA-04
spark-kusto-connector-1.0.0-BETA-03

How to add a dependency to Maven

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

<dependency>
    <groupId>com.microsoft.azure.kusto</groupId>
    <artifactId>spark-kusto-connector</artifactId>
    <version>2.3.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.microsoft.azure.kusto:spark-kusto-connector:2.3.1'

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

implementation("com.microsoft.azure.kusto:spark-kusto-connector:2.3.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.microsoft.azure.kusto" % "spark-kusto-connector" % "2.3.1"

Advertisement