| License |
License |
|---|---|
| GroupId | GroupIdio.github.unitbean |
| ArtifactId | ArtifactIdandroidcore |
| Last Version | Last Version2.4.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionAndroidCore
Boilerplate Android code for UnitBean developers
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| androidcore-2.4.0.pom | |
| androidcore-2.4.0.module | 3 KB |
| androidcore-2.4.0-sources.jar | 19 KB |
| androidcore-2.4.0-javadoc.jar | 431 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.unitbean/androidcore/ -->
<dependency>
<groupId>io.github.unitbean</groupId>
<artifactId>androidcore</artifactId>
<version>2.4.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.unitbean/androidcore/
implementation 'io.github.unitbean:androidcore:2.4.0'
// https://jarcasting.com/artifacts/io.github.unitbean/androidcore/
implementation ("io.github.unitbean:androidcore:2.4.0")
'io.github.unitbean:androidcore:aar:2.4.0'
<dependency org="io.github.unitbean" name="androidcore" rev="2.4.0">
<artifact name="androidcore" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.unitbean', module='androidcore', version='2.4.0')
)
libraryDependencies += "io.github.unitbean" % "androidcore" % "2.4.0"
[io.github.unitbean/androidcore "2.4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.6.21 |
| androidx.recyclerview » recyclerview | jar | 1.2.1 |
| androidx.appcompat » appcompat | jar | 1.4.1 |
| androidx.core » core-ktx | jar | 1.7.0 |
| androidx.lifecycle » lifecycle-runtime-ktx | jar | 2.4.1 |
| com.github.moxy-community : moxy | jar | 2.2.2 |
| com.squareup.retrofit2 : retrofit | jar | 2.9.0 |
| io.reactivex.rxjava2 : rxjava | jar | 2.2.21 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.6.1 |