| GroupId | GroupIdcom.github.btheu.futurefit2 |
|---|---|
| ArtifactId | ArtifactIdfuturefit |
| Version | Version0.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| futurefit-0.3.0.pom | |
| futurefit-0.3.0.jar | 38 KB |
| futurefit-0.3.0-sources.jar | 15 KB |
| futurefit-0.3.0-javadoc.jar | 183 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.btheu.futurefit2/futurefit/ -->
<dependency>
<groupId>com.github.btheu.futurefit2</groupId>
<artifactId>futurefit</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.btheu.futurefit2/futurefit/
implementation 'com.github.btheu.futurefit2:futurefit:0.3.0'
// https://jarcasting.com/artifacts/com.github.btheu.futurefit2/futurefit/
implementation ("com.github.btheu.futurefit2:futurefit:0.3.0")
'com.github.btheu.futurefit2:futurefit:jar:0.3.0'
<dependency org="com.github.btheu.futurefit2" name="futurefit" rev="0.3.0">
<artifact name="futurefit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.btheu.futurefit2', module='futurefit', version='0.3.0')
)
libraryDependencies += "com.github.btheu.futurefit2" % "futurefit" % "0.3.0"
[com.github.btheu.futurefit2/futurefit "0.3.0"]