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