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