| GroupId | GroupIdcom.estimote |
|---|---|
| ArtifactId | ArtifactIdsdk |
| Version | Version0.16.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| sdk-0.16.0.pom | |
| sdk-0.16.0.aar | 1 MB |
| sdk-0.16.0-javadoc.jar | 663 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.estimote/sdk/ -->
<dependency>
<groupId>com.estimote</groupId>
<artifactId>sdk</artifactId>
<version>0.16.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.estimote/sdk/
implementation 'com.estimote:sdk:0.16.0'
// https://jarcasting.com/artifacts/com.estimote/sdk/
implementation ("com.estimote:sdk:0.16.0")
'com.estimote:sdk:aar:0.16.0'
<dependency org="com.estimote" name="sdk" rev="0.16.0">
<artifact name="sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.estimote', module='sdk', version='0.16.0')
)
libraryDependencies += "com.estimote" % "sdk" % "0.16.0"
[com.estimote/sdk "0.16.0"]