Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.jupyter-scala |
ArtifactId | ArtifactIdammonite-compiler_2.12.2 |
Version | Version0.8.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jupyter-scala/ammonite-compiler_2.12.2/ -->
<dependency>
<groupId>org.jupyter-scala</groupId>
<artifactId>ammonite-compiler_2.12.2</artifactId>
<version>0.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jupyter-scala/ammonite-compiler_2.12.2/
implementation 'org.jupyter-scala:ammonite-compiler_2.12.2:0.8.3'
// https://jarcasting.com/artifacts/org.jupyter-scala/ammonite-compiler_2.12.2/
implementation ("org.jupyter-scala:ammonite-compiler_2.12.2:0.8.3")
'org.jupyter-scala:ammonite-compiler_2.12.2:jar:0.8.3'
<dependency org="org.jupyter-scala" name="ammonite-compiler_2.12.2" rev="0.8.3">
<artifact name="ammonite-compiler_2.12.2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jupyter-scala', module='ammonite-compiler_2.12.2', version='0.8.3')
)
libraryDependencies += "org.jupyter-scala" % "ammonite-compiler_2.12.2" % "0.8.3"
[org.jupyter-scala/ammonite-compiler_2.12.2 "0.8.3"]