GroupId | GroupIdcom.bazaarvoice.bvandroidsdk |
---|---|
ArtifactId | ArtifactIdlocation |
Version | Version8.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
location-8.0.2.pom | |
location-8.0.2.aar | 24 KB |
location-8.0.2-sources.jar | 4 KB |
location-8.0.2-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.bvandroidsdk/location/ -->
<dependency>
<groupId>com.bazaarvoice.bvandroidsdk</groupId>
<artifactId>location</artifactId>
<version>8.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.bvandroidsdk/location/
implementation 'com.bazaarvoice.bvandroidsdk:location:8.0.2'
// https://jarcasting.com/artifacts/com.bazaarvoice.bvandroidsdk/location/
implementation ("com.bazaarvoice.bvandroidsdk:location:8.0.2")
'com.bazaarvoice.bvandroidsdk:location:aar:8.0.2'
<dependency org="com.bazaarvoice.bvandroidsdk" name="location" rev="8.0.2">
<artifact name="location" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.bvandroidsdk', module='location', version='8.0.2')
)
libraryDependencies += "com.bazaarvoice.bvandroidsdk" % "location" % "8.0.2"
[com.bazaarvoice.bvandroidsdk/location "8.0.2"]