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