не последняя версия
Последняя версия 1.0.3

com.estimote:sdk 1.0.0

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

Группа

Группа

com.estimote
Идентификатор

Идентификатор

sdk
Версия

Версия

1.0.0
Тип

Тип

aar

Скачать sdk 1.0.0


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