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