| GroupId | GroupIdcom.github.clemp6r.futuroid |
|---|---|
| ArtifactId | ArtifactIdfuturoid |
| Version | Version0.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| futuroid-0.2.0.pom | |
| futuroid-0.2.0.jar | 12 KB |
| futuroid-0.2.0-sources.jar | 5 KB |
| futuroid-0.2.0-javadoc.jar | 57 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.clemp6r.futuroid/futuroid/ -->
<dependency>
<groupId>com.github.clemp6r.futuroid</groupId>
<artifactId>futuroid</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.clemp6r.futuroid/futuroid/
implementation 'com.github.clemp6r.futuroid:futuroid:0.2.0'
// https://jarcasting.com/artifacts/com.github.clemp6r.futuroid/futuroid/
implementation ("com.github.clemp6r.futuroid:futuroid:0.2.0")
'com.github.clemp6r.futuroid:futuroid:jar:0.2.0'
<dependency org="com.github.clemp6r.futuroid" name="futuroid" rev="0.2.0">
<artifact name="futuroid" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.clemp6r.futuroid', module='futuroid', version='0.2.0')
)
libraryDependencies += "com.github.clemp6r.futuroid" % "futuroid" % "0.2.0"
[com.github.clemp6r.futuroid/futuroid "0.2.0"]