heuermh / adam-examples   0.37.0

Apache License 2.0 GitHub

Examples in Java and Scala for ADAM: Genomic Data System. Apache 2 licensed.

Scala versions: 2.12 2.11 2.10

adam-examples 0.19.0


Group ID:
com.github.heuermh.adamexamples
Artifact ID:
adam-examples_2.11
Version:
0.19.0
Release Date:
Feb 29, 2016
Licenses:

libraryDependencies += "com.github.heuermh.adamexamples" %% "adam-examples" % "0.19.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.heuermh.adamexamples::adam-examples:0.19.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.heuermh.adamexamples::adam-examples:0.19.0"

Ammonite REPL

import $ivy.`com.github.heuermh.adamexamples::adam-examples:0.19.0`
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.github.heuermh.adamexamples</groupId>
  <artifactId>adam-examples_2.11</artifactId>
  <version>0.19.0</version>
</dependency>

compile group: 'com.github.heuermh.adamexamples', name: 'adam-examples_2.11', version: '0.19.0'