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