GAPT: General Architecture for Proof Theory
gapt-examples 2.8
Group ID:
at.logic.gapt
Artifact ID:
gapt-examples_2.12
Version:
2.8
Release Date:
Oct 9, 2017
Licenses:
libraryDependencies += "at.logic.gapt" %% "gapt-examples" % "2.8" resolvers += Resolver.bintrayRepo("gapt", "maven")
ivy"at.logic.gapt::gapt-examples:2.8" MavenRepository("https://dl.bintray.com/gapt/maven")
//> using dep "at.logic.gapt::gapt-examples:2.8"
import $ivy.`at.logic.gapt::gapt-examples:2.8` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray gapt maven", "Some(https://dl.bintray.com/gapt/maven)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>at.logic.gapt</groupId> <artifactId>gapt-examples_2.12</artifactId> <version>2.8</version> </dependency>
compile group: 'at.logic.gapt', name: 'gapt-examples_2.12', version: '2.8'