AndroidCore

Boilerplate Android code for UnitBean developers

License

License

GroupId

GroupId

io.github.unitbean
ArtifactId

ArtifactId

androidcore
Last Version

Last Version

2.4.0
Release Date

Release Date

Type

Type

aar
Description

Description

AndroidCore
Boilerplate Android code for UnitBean developers
Project URL

Project URL

https://github.com/unitbean/AndroidCore
Source Code Management

Source Code Management

https://github.com/unitbean/AndroidCore.git

Download androidcore

How to add to project

<!-- 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"]

Dependencies

runtime (9)

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

Project Modules

There are no modules declared in this project.

Versions

Version
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.9.0
1.8.0