databricks / spark-avro   4.0.0

Apache License 2.0 Website GitHub

Avro Data Source for Apache Spark

Scala versions: 2.11 2.10

spark-avro 4.0.0-tres4


Group ID:
com.databricks
Artifact ID:
spark-avro_2.11
Version:
4.0.0-tres4
Release Date:
Jul 26, 2018
Licenses:

libraryDependencies += "com.databricks" %% "spark-avro" % "4.0.0-tres4"
resolvers += Resolver.bintrayRepo("tresata", "maven")

Mill build tool

ivy"com.databricks::spark-avro:4.0.0-tres4"
MavenRepository("https://dl.bintray.com/tresata/maven")

Scala CLI

//> using dep "com.databricks::spark-avro:4.0.0-tres4"

Ammonite REPL

import $ivy.`com.databricks::spark-avro:4.0.0-tres4`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray tresata maven",
  "Some(https://dl.bintray.com/tresata/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.databricks</groupId>
  <artifactId>spark-avro_2.11</artifactId>
  <version>4.0.0-tres4</version>
</dependency>

compile group: 'com.databricks', name: 'spark-avro_2.11', version: '4.0.0-tres4'