julianpeeters / avro-scala-macro-annotations   0.11.1

Apache License 2.0 GitHub

Compile-time tools for working with Avros in Scala

Scala versions: 2.12 2.11 2.10

avro-scala-macro-annotations 0.3


Group ID:
com.julianpeeters
Artifact ID:
avro-scala-macro-annotations_2.10
Version:
0.3
Release Date:
Mar 1, 2015
Licenses:

libraryDependencies += "com.julianpeeters" %% "avro-scala-macro-annotations" % "0.3"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.julianpeeters::avro-scala-macro-annotations:0.3"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.julianpeeters::avro-scala-macro-annotations:0.3"

Ammonite REPL

import $ivy.`com.julianpeeters::avro-scala-macro-annotations:0.3`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.julianpeeters</groupId>
  <artifactId>avro-scala-macro-annotations_2.10</artifactId>
  <version>0.3</version>
</dependency>

compile group: 'com.julianpeeters', name: 'avro-scala-macro-annotations_2.10', version: '0.3'