delta-io / connectors   0.6.0

Apache License 2.0 GitHub

This library allows Scala and Java-based projects (including Apache Flink, Apache Hive, Apache Beam, and PrestoDB) to read from and write to Delta Lake.

Scala versions: 2.13 2.12 2.11

delta-standalone 0.5.0


Group ID:
io.delta
Artifact ID:
delta-standalone_2.13
Version:
0.5.0
Release Date:
Jul 28, 2022
Licenses:
Files:

libraryDependencies += "io.delta" %% "delta-standalone" % "0.5.0"

Mill build tool

ivy"io.delta::delta-standalone:0.5.0"

Scala CLI

//> using dep "io.delta::delta-standalone:0.5.0"

Ammonite REPL

import $ivy.`io.delta::delta-standalone:0.5.0`

<dependency>
  <groupId>io.delta</groupId>
  <artifactId>delta-standalone_2.13</artifactId>
  <version>0.5.0</version>
</dependency>

compile group: 'io.delta', name: 'delta-standalone_2.13', version: '0.5.0'