is not current version
Last Version 0.3.2

io.trane:future 0.0.24

High-performance Future implementation for the JVM

GroupId

GroupId

io.trane
ArtifactId

ArtifactId

future
Version

Version

0.0.24
Type

Type

pom

Download future 0.0.24

Filename Size
future-0.0.24.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/io.trane/future/ -->
<dependency>
    <groupId>io.trane</groupId>
    <artifactId>future</artifactId>
    <version>0.0.24</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.trane/future/
implementation 'io.trane:future:0.0.24'
// https://jarcasting.com/artifacts/io.trane/future/
implementation ("io.trane:future:0.0.24")
'io.trane:future:pom:0.0.24'
<dependency org="io.trane" name="future" rev="0.0.24">
  <artifact name="future" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.trane', module='future', version='0.0.24')
)
libraryDependencies += "io.trane" % "future" % "0.0.24"
[io.trane/future "0.0.24"]