GroupId | GroupIdcom.lihaoyi |
---|---|
ArtifactId | ArtifactIdammonite-shell_2.12.9 |
Version | Version2.4.1-1-230b38e9 |
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>2.4.1-1-230b38e9</version>
</dependency>
// https://jarcasting.com/artifacts/com.lihaoyi/ammonite-shell_2.12.9/
implementation 'com.lihaoyi:ammonite-shell_2.12.9:2.4.1-1-230b38e9'
// https://jarcasting.com/artifacts/com.lihaoyi/ammonite-shell_2.12.9/
implementation ("com.lihaoyi:ammonite-shell_2.12.9:2.4.1-1-230b38e9")
'com.lihaoyi:ammonite-shell_2.12.9:jar:2.4.1-1-230b38e9'
<dependency org="com.lihaoyi" name="ammonite-shell_2.12.9" rev="2.4.1-1-230b38e9">
<artifact name="ammonite-shell_2.12.9" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lihaoyi', module='ammonite-shell_2.12.9', version='2.4.1-1-230b38e9')
)
libraryDependencies += "com.lihaoyi" % "ammonite-shell_2.12.9" % "2.4.1-1-230b38e9"
[com.lihaoyi/ammonite-shell_2.12.9 "2.4.1-1-230b38e9"]