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