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