GroupId | GroupIdch.epfl.lamp |
---|---|
ArtifactId | ArtifactIddotty-library_0.13 |
Version | Version0.13.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
dotty-library_0.13-0.13.0-RC1.pom | |
dotty-library_0.13-0.13.0-RC1.jar | 824 KB |
dotty-library_0.13-0.13.0-RC1-sources.jar | 136 KB |
dotty-library_0.13-0.13.0-RC1-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/ch.epfl.lamp/dotty-library_0.13/ -->
<dependency>
<groupId>ch.epfl.lamp</groupId>
<artifactId>dotty-library_0.13</artifactId>
<version>0.13.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.epfl.lamp/dotty-library_0.13/
implementation 'ch.epfl.lamp:dotty-library_0.13:0.13.0-RC1'
// https://jarcasting.com/artifacts/ch.epfl.lamp/dotty-library_0.13/
implementation ("ch.epfl.lamp:dotty-library_0.13:0.13.0-RC1")
'ch.epfl.lamp:dotty-library_0.13:jar:0.13.0-RC1'
<dependency org="ch.epfl.lamp" name="dotty-library_0.13" rev="0.13.0-RC1">
<artifact name="dotty-library_0.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.epfl.lamp', module='dotty-library_0.13', version='0.13.0-RC1')
)
libraryDependencies += "ch.epfl.lamp" % "dotty-library_0.13" % "0.13.0-RC1"
[ch.epfl.lamp/dotty-library_0.13 "0.13.0-RC1"]