MVN

de.unruh : scala-isabelle_2.13

Maven & Gradle

Nov 27, 2022
32 stars

scala-isabelle · 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. See the webpage (https://dominique-unruh.github.io/scala-isabelle) for more information.

<dependency>
    <groupId>de.unruh</groupId>
    <artifactId>scala-isabelle_2.13</artifactId>
    <version>0.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.unruh : scala-isabelle_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.1
  • Latest Release Candidate: 0.4.1-RC2

All Versions

Choose a version of de.unruh : scala-isabelle_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
scala-isabelle_2.13-0.4.1
scala-isabelle_2.13-0.4.1-RC2
scala-isabelle_2.13-0.4.1-RC1
scala-isabelle_2.13-0.4.0
scala-isabelle_2.13-0.4.0-RC1
0.3.x
scala-isabelle_2.13-0.3.0
scala-isabelle_2.13-0.3.0-RC1
0.2.x
scala-isabelle_2.13-0.2.0
scala-isabelle_2.13-0.2.0-RC2
0.1.x
scala-isabelle_2.13-0.1.1-RC1
scala-isabelle_2.13-0.1.0

How to add a dependency to Maven

Add the following de.unruh : scala-isabelle_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.unruh</groupId>
    <artifactId>scala-isabelle_2.13</artifactId>
    <version>0.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.unruh : scala-isabelle_2.13 gradle dependency to your build.gradle file:

implementation 'de.unruh:scala-isabelle_2.13:0.4.1'

Gradle Kotlin DSL: Add the following de.unruh : scala-isabelle_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("de.unruh:scala-isabelle_2.13:0.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.unruh : scala-isabelle_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "de.unruh" % "scala-isabelle_2.13" % "0.4.1"

Advertisement