GroupId | GroupIdch.epfl.lamp |
---|---|
ArtifactId | ArtifactIddotty-language-server_0.10 |
Version | Version0.10.0-bin-20180818-20945a2-NIGHTLY |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ch.epfl.lamp/dotty-language-server_0.10/ -->
<dependency>
<groupId>ch.epfl.lamp</groupId>
<artifactId>dotty-language-server_0.10</artifactId>
<version>0.10.0-bin-20180818-20945a2-NIGHTLY</version>
</dependency>
// https://jarcasting.com/artifacts/ch.epfl.lamp/dotty-language-server_0.10/
implementation 'ch.epfl.lamp:dotty-language-server_0.10:0.10.0-bin-20180818-20945a2-NIGHTLY'
// https://jarcasting.com/artifacts/ch.epfl.lamp/dotty-language-server_0.10/
implementation ("ch.epfl.lamp:dotty-language-server_0.10:0.10.0-bin-20180818-20945a2-NIGHTLY")
'ch.epfl.lamp:dotty-language-server_0.10:jar:0.10.0-bin-20180818-20945a2-NIGHTLY'
<dependency org="ch.epfl.lamp" name="dotty-language-server_0.10" rev="0.10.0-bin-20180818-20945a2-NIGHTLY">
<artifact name="dotty-language-server_0.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.epfl.lamp', module='dotty-language-server_0.10', version='0.10.0-bin-20180818-20945a2-NIGHTLY')
)
libraryDependencies += "ch.epfl.lamp" % "dotty-language-server_0.10" % "0.10.0-bin-20180818-20945a2-NIGHTLY"
[ch.epfl.lamp/dotty-language-server_0.10 "0.10.0-bin-20180818-20945a2-NIGHTLY"]