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