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