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

pide-2016 0.3.4


Group ID:
info.hupel
Artifact ID:
pide-2016_2.11
Version:
0.3.4
Release Date:
May 9, 2016
Licenses:

libraryDependencies += "info.hupel" %% "pide-2016" % "0.3.4"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"info.hupel::pide-2016:0.3.4"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "info.hupel::pide-2016:0.3.4"

Ammonite REPL

import $ivy.`info.hupel::pide-2016:0.3.4`
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>pide-2016_2.11</artifactId>
  <version>0.3.4</version>
</dependency>

compile group: 'info.hupel', name: 'pide-2016_2.11', version: '0.3.4'