| License |
License |
|---|---|
| GroupId | GroupIdio.trane |
| ArtifactId | ArtifactIdfuture |
| Version | Version0.3.2 |
| Type | Typepom |
| Description |
Descriptionfuture
High-performance Future implementation for the JVM
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| future-0.3.2.pom | 4 KB |
| Browse |
<!-- 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"]