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