GroupId | GroupIdch.epfl.lamp |
---|---|
ArtifactId | ArtifactIddotty_0.12 |
Version | Version0.12.0-bin-20181201-ee8ff7f-NIGHTLY |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ch.epfl.lamp/dotty_0.12/ -->
<dependency>
<groupId>ch.epfl.lamp</groupId>
<artifactId>dotty_0.12</artifactId>
<version>0.12.0-bin-20181201-ee8ff7f-NIGHTLY</version>
</dependency>
// https://jarcasting.com/artifacts/ch.epfl.lamp/dotty_0.12/
implementation 'ch.epfl.lamp:dotty_0.12:0.12.0-bin-20181201-ee8ff7f-NIGHTLY'
// https://jarcasting.com/artifacts/ch.epfl.lamp/dotty_0.12/
implementation ("ch.epfl.lamp:dotty_0.12:0.12.0-bin-20181201-ee8ff7f-NIGHTLY")
'ch.epfl.lamp:dotty_0.12:jar:0.12.0-bin-20181201-ee8ff7f-NIGHTLY'
<dependency org="ch.epfl.lamp" name="dotty_0.12" rev="0.12.0-bin-20181201-ee8ff7f-NIGHTLY">
<artifact name="dotty_0.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.epfl.lamp', module='dotty_0.12', version='0.12.0-bin-20181201-ee8ff7f-NIGHTLY')
)
libraryDependencies += "ch.epfl.lamp" % "dotty_0.12" % "0.12.0-bin-20181201-ee8ff7f-NIGHTLY"
[ch.epfl.lamp/dotty_0.12 "0.12.0-bin-20181201-ee8ff7f-NIGHTLY"]