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