GroupId | GroupIdcom.streethawk |
---|---|
ArtifactId | ArtifactIdlocations |
Version | Version1.8.5 |
Type | Typeaar |
Filename | Size |
---|---|
locations-1.8.5.pom | |
locations-1.8.5.aar | 32 KB |
locations-1.8.5-sources.jar | 11 KB |
locations-1.8.5-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.streethawk/locations/ -->
<dependency>
<groupId>com.streethawk</groupId>
<artifactId>locations</artifactId>
<version>1.8.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.streethawk/locations/
implementation 'com.streethawk:locations:1.8.5'
// https://jarcasting.com/artifacts/com.streethawk/locations/
implementation ("com.streethawk:locations:1.8.5")
'com.streethawk:locations:aar:1.8.5'
<dependency org="com.streethawk" name="locations" rev="1.8.5">
<artifact name="locations" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.streethawk', module='locations', version='1.8.5')
)
libraryDependencies += "com.streethawk" % "locations" % "1.8.5"
[com.streethawk/locations "1.8.5"]