GroupId | GroupIdcom.github.keithyokoma |
---|---|
ArtifactId | ArtifactIdFit |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
Fit-1.0.0.pom | |
Fit-1.0.0.aar | 13 KB |
Fit-1.0.0-sources.jar | 4 KB |
Fit-1.0.0-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.keithyokoma/Fit/ -->
<dependency>
<groupId>com.github.keithyokoma</groupId>
<artifactId>Fit</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.keithyokoma/Fit/
implementation 'com.github.keithyokoma:Fit:1.0.0'
// https://jarcasting.com/artifacts/com.github.keithyokoma/Fit/
implementation ("com.github.keithyokoma:Fit:1.0.0")
'com.github.keithyokoma:Fit:aar:1.0.0'
<dependency org="com.github.keithyokoma" name="Fit" rev="1.0.0">
<artifact name="Fit" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.keithyokoma', module='Fit', version='1.0.0')
)
libraryDependencies += "com.github.keithyokoma" % "Fit" % "1.0.0"
[com.github.keithyokoma/Fit "1.0.0"]