Bmob Android SDK
Bmob后端云为移动应用程序提供了一整套完整的后端解决方案,详情可访问 官方网站
快速入门
不知道如何使用Bmob Android SDK的开发者可移步查看Bmob官方提供的 Bmob Android SDK快速入门文档。
| License |
License |
|---|---|
| GroupId | GroupIdio.github.bmob |
| ArtifactId | ArtifactIdandorid-sdk |
| Last Version | Last Version3.8.1 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptionandorid-sdk
Bmob Android SDK.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| andorid-sdk-3.8.1.pom | |
| andorid-sdk-3.8.1.aar | 522 KB |
| andorid-sdk-3.8.1-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.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.bmob/andorid-sdk/
implementation 'io.github.bmob:andorid-sdk:3.8.1'
// https://jarcasting.com/artifacts/io.github.bmob/andorid-sdk/
implementation ("io.github.bmob:andorid-sdk:3.8.1")
'io.github.bmob:andorid-sdk:aar:3.8.1'
<dependency org="io.github.bmob" name="andorid-sdk" rev="3.8.1">
<artifact name="andorid-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.bmob', module='andorid-sdk', version='3.8.1')
)
libraryDependencies += "io.github.bmob" % "andorid-sdk" % "3.8.1"
[io.github.bmob/andorid-sdk "3.8.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.appcompat » appcompat | jar | 1.1.0 |
| com.google.android.material » material | jar | 1.1.0 |
| androidx.constraintlayout » constraintlayout | jar | 1.1.3 |
| com.google.code.gson : gson | jar | 2.8.6 |
| io.reactivex.rxjava2 : rxandroid | jar | 2.1.1 |
| com.squareup.okhttp3 : okhttp | jar | 3.14.1 |
Bmob后端云为移动应用程序提供了一整套完整的后端解决方案,详情可访问 官方网站
不知道如何使用Bmob Android SDK的开发者可移步查看Bmob官方提供的 Bmob Android SDK快速入门文档。