heuermh / adam-plugins   0.19.0

Apache License 2.0 GitHub

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

Scala versions: 2.11 2.10

adam-plugins 0.17.0


Group ID:
com.github.heuermh.adamplugins
Artifact ID:
adam-plugins_2.10
Version:
0.17.0
Release Date:
Aug 24, 2015
Licenses:

libraryDependencies += "com.github.heuermh.adamplugins" %% "adam-plugins" % "0.17.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.heuermh.adamplugins::adam-plugins:0.17.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.heuermh.adamplugins::adam-plugins:0.17.0"

Ammonite REPL

import $ivy.`com.github.heuermh.adamplugins::adam-plugins:0.17.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.adamplugins</groupId>
  <artifactId>adam-plugins_2.10</artifactId>
  <version>0.17.0</version>
</dependency>

compile group: 'com.github.heuermh.adamplugins', name: 'adam-plugins_2.10', version: '0.17.0'