| GroupId | GroupIdio.github.bmob |
|---|---|
| ArtifactId | ArtifactIdandorid-sdk |
| Version | Version3.8.0-test |
| Type | Typeaar |
| Filename | Size |
|---|---|
| andorid-sdk-3.8.0-test.pom | |
| andorid-sdk-3.8.0-test.aar | 522 KB |
| andorid-sdk-3.8.0-test-sources.jar | 229 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.bmob/andorid-sdk/ -->
<dependency>
<groupId>io.github.bmob</groupId>
<artifactId>andorid-sdk</artifactId>
<version>3.8.0-test</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.bmob/andorid-sdk/
implementation 'io.github.bmob:andorid-sdk:3.8.0-test'
// https://jarcasting.com/artifacts/io.github.bmob/andorid-sdk/
implementation ("io.github.bmob:andorid-sdk:3.8.0-test")
'io.github.bmob:andorid-sdk:aar:3.8.0-test'
<dependency org="io.github.bmob" name="andorid-sdk" rev="3.8.0-test">
<artifact name="andorid-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.bmob', module='andorid-sdk', version='3.8.0-test')
)
libraryDependencies += "io.github.bmob" % "andorid-sdk" % "3.8.0-test"
[io.github.bmob/andorid-sdk "3.8.0-test"]