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