GroupId | GroupIdapp.freel |
---|---|
ArtifactId | ArtifactIdlocationfetcher |
Version | Version7.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
locationfetcher-7.0.0.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/app.freel/locationfetcher/ -->
<dependency>
<groupId>app.freel</groupId>
<artifactId>locationfetcher</artifactId>
<version>7.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/app.freel/locationfetcher/
implementation 'app.freel:locationfetcher:7.0.0'
// https://jarcasting.com/artifacts/app.freel/locationfetcher/
implementation ("app.freel:locationfetcher:7.0.0")
'app.freel:locationfetcher:aar:7.0.0'
<dependency org="app.freel" name="locationfetcher" rev="7.0.0">
<artifact name="locationfetcher" type="aar" />
</dependency>
@Grapes(
@Grab(group='app.freel', module='locationfetcher', version='7.0.0')
)
libraryDependencies += "app.freel" % "locationfetcher" % "7.0.0"
[app.freel/locationfetcher "7.0.0"]