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