| GroupId | GroupIdio.github.enliple-ibot |
|---|---|
| ArtifactId | ArtifactIdibotsdk |
| Version | Version1.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| ibotsdk-1.0.0.pom | |
| ibotsdk-1.0.0.aar | 351 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.enliple-ibot/ibotsdk/ -->
<dependency>
<groupId>io.github.enliple-ibot</groupId>
<artifactId>ibotsdk</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.enliple-ibot/ibotsdk/
implementation 'io.github.enliple-ibot:ibotsdk:1.0.0'
// https://jarcasting.com/artifacts/io.github.enliple-ibot/ibotsdk/
implementation ("io.github.enliple-ibot:ibotsdk:1.0.0")
'io.github.enliple-ibot:ibotsdk:aar:1.0.0'
<dependency org="io.github.enliple-ibot" name="ibotsdk" rev="1.0.0">
<artifact name="ibotsdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.enliple-ibot', module='ibotsdk', version='1.0.0')
)
libraryDependencies += "io.github.enliple-ibot" % "ibotsdk" % "1.0.0"
[io.github.enliple-ibot/ibotsdk "1.0.0"]