jawa-core 1.0.6


Group ID:
com.github.arguslab
Artifact ID:
jawa-core_2.11
Version:
1.0.6
Release Date:
Aug 11, 2016
Licenses:

libraryDependencies += "com.github.arguslab" %% "jawa-core" % "1.0.6"
resolvers += Resolver.bintrayRepo("arguslab", "maven")

Mill build tool

ivy"com.github.arguslab::jawa-core:1.0.6"
MavenRepository("https://dl.bintray.com/arguslab/maven")

Scala CLI

//> using dep "com.github.arguslab::jawa-core:1.0.6"

Ammonite REPL

import $ivy.`com.github.arguslab::jawa-core:1.0.6`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray arguslab maven",
  "Some(https://dl.bintray.com/arguslab/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.arguslab</groupId>
  <artifactId>jawa-core_2.11</artifactId>
  <version>1.0.6</version>
</dependency>

compile group: 'com.github.arguslab', name: 'jawa-core_2.11', version: '1.0.6'