A Scala library which talks to Isabelle (DISCONTINUED)
isabellectl 0.6.1
Group ID:
info.hupel
Artifact ID:
isabellectl_2.11
Version:
0.6.1
Release Date:
Nov 9, 2016
Licenses:
libraryDependencies += "info.hupel" %% "isabellectl" % "0.6.1" resolvers += Resolver.bintrayJCenter
ivy"info.hupel::isabellectl:0.6.1" MavenRepository("https://jcenter.bintray.com")
//> using dep "info.hupel::isabellectl:0.6.1"
import $ivy.`info.hupel::isabellectl:0.6.1` 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>isabellectl_2.11</artifactId> <version>0.6.1</version> </dependency>
compile group: 'info.hupel', name: 'isabellectl_2.11', version: '0.6.1'