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