is not current version
Last Version 0.4.0

de.unruh:scala-isabelle_2.13 0.1.0

This library allows to control an Isabelle process (https://isabelle.in.tum.de/) from a Scala program. It allows to execute ML code inside the Isabelle process, and to operate on theories, theorems, terms, etc.

Categories

Categories

Scala Languages
GroupId

GroupId

de.unruh
ArtifactId

ArtifactId

scala-isabelle_2.13
Version

Version

0.1.0
Type

Type

jar

Download scala-isabelle_2.13 0.1.0


<!-- https://jarcasting.com/artifacts/de.unruh/scala-isabelle_2.13/ -->
<dependency>
    <groupId>de.unruh</groupId>
    <artifactId>scala-isabelle_2.13</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.unruh/scala-isabelle_2.13/
implementation 'de.unruh:scala-isabelle_2.13:0.1.0'
// https://jarcasting.com/artifacts/de.unruh/scala-isabelle_2.13/
implementation ("de.unruh:scala-isabelle_2.13:0.1.0")
'de.unruh:scala-isabelle_2.13:jar:0.1.0'
<dependency org="de.unruh" name="scala-isabelle_2.13" rev="0.1.0">
  <artifact name="scala-isabelle_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.unruh', module='scala-isabelle_2.13', version='0.1.0')
)
libraryDependencies += "de.unruh" % "scala-isabelle_2.13" % "0.1.0"
[de.unruh/scala-isabelle_2.13 "0.1.0"]