larsrh / libisabelle   1.0.1

Contributors Wanted Apache License 2.0 GitHub

A Scala library which talks to Isabelle (DISCONTINUED)

Scala versions: 2.12 2.11 2.10

libisabelle 0.3.1


Group ID:
info.hupel
Artifact ID:
libisabelle_2.10
Version:
0.3.1
Release Date:
Apr 21, 2016
Licenses:

libraryDependencies += "info.hupel" %% "libisabelle" % "0.3.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"info.hupel::libisabelle:0.3.1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "info.hupel::libisabelle:0.3.1"

Ammonite REPL

import $ivy.`info.hupel::libisabelle:0.3.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>libisabelle_2.10</artifactId>
  <version>0.3.1</version>
</dependency>

compile group: 'info.hupel', name: 'libisabelle_2.10', version: '0.3.1'