gapt-examples 2.6


Group ID:
at.logic.gapt
Artifact ID:
gapt-examples_2.12
Version:
2.6
Release Date:
Apr 3, 2017
Licenses:

libraryDependencies += "at.logic.gapt" %% "gapt-examples" % "2.6"
resolvers += Resolver.bintrayRepo("gapt", "maven")

Mill build tool

ivy"at.logic.gapt::gapt-examples:2.6"
MavenRepository("https://dl.bintray.com/gapt/maven")

Scala CLI

//> using dep "at.logic.gapt::gapt-examples:2.6"

Ammonite REPL

import $ivy.`at.logic.gapt::gapt-examples:2.6`
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.6</version>
</dependency>

compile group: 'at.logic.gapt', name: 'gapt-examples_2.12', version: '2.6'