is not current version
Last Version 0.4.0

de.unruh:scala-isabelle_2.13 0.3.0-RC1

<![CDATA[This library allows to control an <a href="https://isabelle.in.tum.de/">Isabelle</a> process from a Scala program. It allows to execute ML code inside the Isabelle process, and to operate on theories, theorems, terms, etc. See the <a href="https://github.com/dominique-unruh/scala-isabelle/blob/master/README.md">README</a> for more information.]]>

Categories

Categories

Scala Languages
GroupId

GroupId

de.unruh
ArtifactId

ArtifactId

scala-isabelle_2.13
Version

Version

0.3.0-RC1
Type

Type

jar

Download scala-isabelle_2.13 0.3.0-RC1


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