| Группа | Группаio.trane |
|---|---|
| Идентификатор | Идентификаторfuture |
| Версия | Версия0.0.15 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| future-0.0.15.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.trane/future/ -->
<dependency>
<groupId>io.trane</groupId>
<artifactId>future</artifactId>
<version>0.0.15</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.trane/future/
implementation 'io.trane:future:0.0.15'
// https://jarcasting.com/artifacts/io.trane/future/
implementation ("io.trane:future:0.0.15")
'io.trane:future:pom:0.0.15'
<dependency org="io.trane" name="future" rev="0.0.15">
<artifact name="future" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.trane', module='future', version='0.0.15')
)
libraryDependencies += "io.trane" % "future" % "0.0.15"
[io.trane/future "0.0.15"]