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