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