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