MVN

com.cognite.spark.datasource : cdf-spark-datasource-fat_2.13

Maven & Gradle

Jul 07, 2022
19 stars

cdf-spark-datasource-fat · Spark data source for the Cognite Data Platform.

<dependency>
    <groupId>com.cognite.spark.datasource</groupId>
    <artifactId>cdf-spark-datasource-fat_2.13</artifactId>
    <version>2.0.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cognite.spark.datasource : cdf-spark-datasource-fat_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.17

All Versions

Choose a version of com.cognite.spark.datasource : cdf-spark-datasource-fat_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
cdf-spark-datasource-fat_2.13-2.0.17
cdf-spark-datasource-fat_2.13-2.0.16
cdf-spark-datasource-fat_2.13-2.0.15
cdf-spark-datasource-fat_2.13-2.0.14
cdf-spark-datasource-fat_2.13-2.0.13
cdf-spark-datasource-fat_2.13-2.0.12
cdf-spark-datasource-fat_2.13-2.0.11
cdf-spark-datasource-fat_2.13-2.0.10
cdf-spark-datasource-fat_2.13-2.0.9
cdf-spark-datasource-fat_2.13-2.0.8
cdf-spark-datasource-fat_2.13-2.0.7
cdf-spark-datasource-fat_2.13-2.0.6
cdf-spark-datasource-fat_2.13-2.0.4
cdf-spark-datasource-fat_2.13-2.0.3
cdf-spark-datasource-fat_2.13-2.0.2
cdf-spark-datasource-fat_2.13-2.0.1
cdf-spark-datasource-fat_2.13-2.0.0
1.4.x
cdf-spark-datasource-fat_2.13-1.4.67
cdf-spark-datasource-fat_2.13-1.4.66
cdf-spark-datasource-fat_2.13-1.4.65
cdf-spark-datasource-fat_2.13-1.4.64

How to add a dependency to Maven

Add the following com.cognite.spark.datasource : cdf-spark-datasource-fat_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cognite.spark.datasource</groupId>
    <artifactId>cdf-spark-datasource-fat_2.13</artifactId>
    <version>2.0.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cognite.spark.datasource : cdf-spark-datasource-fat_2.13 gradle dependency to your build.gradle file:

implementation 'com.cognite.spark.datasource:cdf-spark-datasource-fat_2.13:2.0.17'

Gradle Kotlin DSL: Add the following com.cognite.spark.datasource : cdf-spark-datasource-fat_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cognite.spark.datasource:cdf-spark-datasource-fat_2.13:2.0.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cognite.spark.datasource : cdf-spark-datasource-fat_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cognite.spark.datasource" % "cdf-spark-datasource-fat_2.13" % "2.0.17"