dotty 0.4.0-bin-20170929-e4473b7-NIGHTLY-nonbootstrapped
Group ID:
ch.epfl.lamp
Artifact ID:
dotty_2.12
Version:
0.4.0-bin-20170929-e4473b7-NIGHTLY-nonbootstrapped
Release Date:
Sept 29, 2017
Licenses:
libraryDependencies += "ch.epfl.lamp" %% "dotty" % "0.4.0-bin-20170929-e4473b7-NIGHTLY-nonbootstrapped" resolvers += Resolver.bintrayRepo("scalamacros", "maven")
ivy"ch.epfl.lamp::dotty:0.4.0-bin-20170929-e4473b7-NIGHTLY-nonbootstrapped" MavenRepository("https://dl.bintray.com/scalamacros/maven")
//> using dep "ch.epfl.lamp::dotty:0.4.0-bin-20170929-e4473b7-NIGHTLY-nonbootstrapped"
import $ivy.`ch.epfl.lamp::dotty:0.4.0-bin-20170929-e4473b7-NIGHTLY-nonbootstrapped` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray scalamacros maven", "Some(https://dl.bintray.com/scalamacros/maven)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>ch.epfl.lamp</groupId> <artifactId>dotty_2.12</artifactId> <version>0.4.0-bin-20170929-e4473b7-NIGHTLY-nonbootstrapped</version> </dependency>
compile group: 'ch.epfl.lamp', name: 'dotty_2.12', version: '0.4.0-bin-20170929-e4473b7-NIGHTLY-nonbootstrapped'