| GroupId | GroupIddev.helk |
|---|---|
| ArtifactId | ArtifactIdfuture |
| Version | Version0.1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| future-0.1.3.pom | |
| future-0.1.3.jar | 3 KB |
| future-0.1.3-sources.jar | 1 KB |
| future-0.1.3-javadoc.jar | 253 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.helk/future/ -->
<dependency>
<groupId>dev.helk</groupId>
<artifactId>future</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/dev.helk/future/
implementation 'dev.helk:future:0.1.3'
// https://jarcasting.com/artifacts/dev.helk/future/
implementation ("dev.helk:future:0.1.3")
'dev.helk:future:jar:0.1.3'
<dependency org="dev.helk" name="future" rev="0.1.3">
<artifact name="future" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.helk', module='future', version='0.1.3')
)
libraryDependencies += "dev.helk" % "future" % "0.1.3"
[dev.helk/future "0.1.3"]