GroupId | GroupIdch.epfl.lamp |
---|---|
ArtifactId | ArtifactIddotty-compiler_0.21 |
Version | Version0.21.0-bin-20191117-c395b23-NIGHTLY |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ch.epfl.lamp/dotty-compiler_0.21/ -->
<dependency>
<groupId>ch.epfl.lamp</groupId>
<artifactId>dotty-compiler_0.21</artifactId>
<version>0.21.0-bin-20191117-c395b23-NIGHTLY</version>
</dependency>
// https://jarcasting.com/artifacts/ch.epfl.lamp/dotty-compiler_0.21/
implementation 'ch.epfl.lamp:dotty-compiler_0.21:0.21.0-bin-20191117-c395b23-NIGHTLY'
// https://jarcasting.com/artifacts/ch.epfl.lamp/dotty-compiler_0.21/
implementation ("ch.epfl.lamp:dotty-compiler_0.21:0.21.0-bin-20191117-c395b23-NIGHTLY")
'ch.epfl.lamp:dotty-compiler_0.21:jar:0.21.0-bin-20191117-c395b23-NIGHTLY'
<dependency org="ch.epfl.lamp" name="dotty-compiler_0.21" rev="0.21.0-bin-20191117-c395b23-NIGHTLY">
<artifact name="dotty-compiler_0.21" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.epfl.lamp', module='dotty-compiler_0.21', version='0.21.0-bin-20191117-c395b23-NIGHTLY')
)
libraryDependencies += "ch.epfl.lamp" % "dotty-compiler_0.21" % "0.21.0-bin-20191117-c395b23-NIGHTLY"
[ch.epfl.lamp/dotty-compiler_0.21 "0.21.0-bin-20191117-c395b23-NIGHTLY"]