| Группа | Группаch.epfl.lamp |
|---|---|
| Идентификатор | Идентификаторdotty-interfaces |
| Версия | Версия0.16.0-RC2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| dotty-interfaces-0.16.0-RC2.pom | |
| dotty-interfaces-0.16.0-RC2.jar | 3 KB |
| dotty-interfaces-0.16.0-RC2-sources.jar | 4 KB |
| dotty-interfaces-0.16.0-RC2-javadoc.jar | 189 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/ch.epfl.lamp/dotty-interfaces/ -->
<dependency>
<groupId>ch.epfl.lamp</groupId>
<artifactId>dotty-interfaces</artifactId>
<version>0.16.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/ch.epfl.lamp/dotty-interfaces/
implementation 'ch.epfl.lamp:dotty-interfaces:0.16.0-RC2'
// https://jarcasting.com/artifacts/ch.epfl.lamp/dotty-interfaces/
implementation ("ch.epfl.lamp:dotty-interfaces:0.16.0-RC2")
'ch.epfl.lamp:dotty-interfaces:jar:0.16.0-RC2'
<dependency org="ch.epfl.lamp" name="dotty-interfaces" rev="0.16.0-RC2">
<artifact name="dotty-interfaces" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.epfl.lamp', module='dotty-interfaces', version='0.16.0-RC2')
)
libraryDependencies += "ch.epfl.lamp" % "dotty-interfaces" % "0.16.0-RC2"
[ch.epfl.lamp/dotty-interfaces "0.16.0-RC2"]