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