GroupId | GroupIdcom.leanplum |
---|---|
ArtifactId | ArtifactIdleanplum-location |
Version | Version5.6.1-beta5 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.leanplum/leanplum-location/ -->
<dependency>
<groupId>com.leanplum</groupId>
<artifactId>leanplum-location</artifactId>
<version>5.6.1-beta5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.leanplum/leanplum-location/
implementation 'com.leanplum:leanplum-location:5.6.1-beta5'
// https://jarcasting.com/artifacts/com.leanplum/leanplum-location/
implementation ("com.leanplum:leanplum-location:5.6.1-beta5")
'com.leanplum:leanplum-location:aar:5.6.1-beta5'
<dependency org="com.leanplum" name="leanplum-location" rev="5.6.1-beta5">
<artifact name="leanplum-location" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.leanplum', module='leanplum-location', version='5.6.1-beta5')
)
libraryDependencies += "com.leanplum" % "leanplum-location" % "5.6.1-beta5"
[com.leanplum/leanplum-location "5.6.1-beta5"]