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