is not current version
Last Version 1.0.3

com.estimote:sdk 0.10.8

The Estimote SDK for Android is a library that allows interaction with Estimote Proximity Beacons, Location Beacons & Nearables.

GroupId

GroupId

com.estimote
ArtifactId

ArtifactId

sdk
Version

Version

0.10.8
Type

Type

aar

Download sdk 0.10.8


<!-- https://jarcasting.com/artifacts/com.estimote/sdk/ -->
<dependency>
    <groupId>com.estimote</groupId>
    <artifactId>sdk</artifactId>
    <version>0.10.8</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.estimote/sdk/
implementation 'com.estimote:sdk:0.10.8'
// https://jarcasting.com/artifacts/com.estimote/sdk/
implementation ("com.estimote:sdk:0.10.8")
'com.estimote:sdk:aar:0.10.8'
<dependency org="com.estimote" name="sdk" rev="0.10.8">
  <artifact name="sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.estimote', module='sdk', version='0.10.8')
)
libraryDependencies += "com.estimote" % "sdk" % "0.10.8"
[com.estimote/sdk "0.10.8"]