| GroupId | GroupIdch.epfl.lamp |
|---|---|
| ArtifactId | ArtifactIddotty-compiler_0.8 |
| Version | Version0.8.0-RC1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dotty-compiler_0.8-0.8.0-RC1.pom | |
| dotty-compiler_0.8-0.8.0-RC1.jar | 8 MB |
| dotty-compiler_0.8-0.8.0-RC1-sources.jar | 1 MB |
| dotty-compiler_0.8-0.8.0-RC1-javadoc.jar | 208 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/ch.epfl.lamp/dotty-compiler_0.8/ -->
<dependency>
<groupId>ch.epfl.lamp</groupId>
<artifactId>dotty-compiler_0.8</artifactId>
<version>0.8.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.epfl.lamp/dotty-compiler_0.8/
implementation 'ch.epfl.lamp:dotty-compiler_0.8:0.8.0-RC1'
// https://jarcasting.com/artifacts/ch.epfl.lamp/dotty-compiler_0.8/
implementation ("ch.epfl.lamp:dotty-compiler_0.8:0.8.0-RC1")
'ch.epfl.lamp:dotty-compiler_0.8:jar:0.8.0-RC1'
<dependency org="ch.epfl.lamp" name="dotty-compiler_0.8" rev="0.8.0-RC1">
<artifact name="dotty-compiler_0.8" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.epfl.lamp', module='dotty-compiler_0.8', version='0.8.0-RC1')
)
libraryDependencies += "ch.epfl.lamp" % "dotty-compiler_0.8" % "0.8.0-RC1"
[ch.epfl.lamp/dotty-compiler_0.8 "0.8.0-RC1"]