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