| GroupId | GroupIdio.trane |
|---|---|
| ArtifactId | ArtifactIdfuture |
| Version | Version0.2.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| future-0.2.1.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.trane/future/ -->
<dependency>
<groupId>io.trane</groupId>
<artifactId>future</artifactId>
<version>0.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.trane/future/
implementation 'io.trane:future:0.2.1'
// https://jarcasting.com/artifacts/io.trane/future/
implementation ("io.trane:future:0.2.1")
'io.trane:future:pom:0.2.1'
<dependency org="io.trane" name="future" rev="0.2.1">
<artifact name="future" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.trane', module='future', version='0.2.1')
)
libraryDependencies += "io.trane" % "future" % "0.2.1"
[io.trane/future "0.2.1"]