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