A Scala library which talks to Isabelle (DISCONTINUED)
libisabelle-cli 0.5
Group ID:
info.hupel
Artifact ID:
libisabelle-cli_2.10
Version:
0.5
Release Date:
Sep 9, 2016
Licenses:
libraryDependencies += "info.hupel" %% "libisabelle-cli" % "0.5" resolvers += Resolver.bintrayJCenter
ivy"info.hupel::libisabelle-cli:0.5" MavenRepository("https://jcenter.bintray.com")
//> using dep "info.hupel::libisabelle-cli:0.5"
import $ivy.`info.hupel::libisabelle-cli:0.5` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray's JCenter", "Some(https://jcenter.bintray.com)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>info.hupel</groupId> <artifactId>libisabelle-cli_2.10</artifactId> <version>0.5</version> </dependency>
compile group: 'info.hupel', name: 'libisabelle-cli_2.10', version: '0.5'