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