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