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