GroupId | GroupIdcom.lihaoyi |
---|---|
ArtifactId | ArtifactIdammonite-shell_2.12.9 |
Version | Version1.9.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.lihaoyi/ammonite-shell_2.12.9/ -->
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>ammonite-shell_2.12.9</artifactId>
<version>1.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.lihaoyi/ammonite-shell_2.12.9/
implementation 'com.lihaoyi:ammonite-shell_2.12.9:1.9.6'
// https://jarcasting.com/artifacts/com.lihaoyi/ammonite-shell_2.12.9/
implementation ("com.lihaoyi:ammonite-shell_2.12.9:1.9.6")
'com.lihaoyi:ammonite-shell_2.12.9:jar:1.9.6'
<dependency org="com.lihaoyi" name="ammonite-shell_2.12.9" rev="1.9.6">
<artifact name="ammonite-shell_2.12.9" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lihaoyi', module='ammonite-shell_2.12.9', version='1.9.6')
)
libraryDependencies += "com.lihaoyi" % "ammonite-shell_2.12.9" % "1.9.6"
[com.lihaoyi/ammonite-shell_2.12.9 "1.9.6"]