MVN

io.delta : delta-kernel-api

Maven & Gradle

Jun 28, 2023
6.9k stars

delta-kernel-api · delta-kernel-api

<dependency>
    <groupId>io.delta</groupId>
    <artifactId>delta-kernel-api</artifactId>
    <version>3.0.0rc1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.delta : delta-kernel-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0rc1

All Versions

Choose a version of io.delta : delta-kernel-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
delta-kernel-api-3.0.0rc1

How to add a dependency to Maven

Add the following io.delta : delta-kernel-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.delta</groupId>
    <artifactId>delta-kernel-api</artifactId>
    <version>3.0.0rc1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.delta : delta-kernel-api gradle dependency to your build.gradle file:

implementation 'io.delta:delta-kernel-api:3.0.0rc1'

Gradle Kotlin DSL: Add the following io.delta : delta-kernel-api gradle kotlin dependency to your build.gradle.kts file:

implementation("io.delta:delta-kernel-api:3.0.0rc1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.delta : delta-kernel-api sbt scala dependency to your build.sbt file:

libraryDependencies += "io.delta" % "delta-kernel-api" % "3.0.0rc1"

Advertisement

Dependencies from Group

May 24, 2023
43 usages
6.9k stars
May 27, 2020
20 usages
6.9k stars
Jun 28, 2023
5 usages
6.9k stars
Dec 06, 2022
1 usages
382 stars
May 24, 2023
1 usages
6.9k stars

Discover Dependencies