Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdsh.almond |
ArtifactId | ArtifactIdscala-interpreter_2.12.11 |
Version | Version0.10.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/sh.almond/scala-interpreter_2.12.11/ -->
<dependency>
<groupId>sh.almond</groupId>
<artifactId>scala-interpreter_2.12.11</artifactId>
<version>0.10.6</version>
</dependency>
// https://jarcasting.com/artifacts/sh.almond/scala-interpreter_2.12.11/
implementation 'sh.almond:scala-interpreter_2.12.11:0.10.6'
// https://jarcasting.com/artifacts/sh.almond/scala-interpreter_2.12.11/
implementation ("sh.almond:scala-interpreter_2.12.11:0.10.6")
'sh.almond:scala-interpreter_2.12.11:jar:0.10.6'
<dependency org="sh.almond" name="scala-interpreter_2.12.11" rev="0.10.6">
<artifact name="scala-interpreter_2.12.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='sh.almond', module='scala-interpreter_2.12.11', version='0.10.6')
)
libraryDependencies += "sh.almond" % "scala-interpreter_2.12.11" % "0.10.6"
[sh.almond/scala-interpreter_2.12.11 "0.10.6"]