Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdde.unruh |
ArtifactId | ArtifactIdscala-isabelle_2.13 |
Version | Version0.3.0-RC1 |
Type | Typejar |
<!-- 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"]