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