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