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