License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdio.github.eaglesakura.livedata-factory |
ArtifactId | ArtifactIdlivedata-factory |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionlivedata-factory
Android/Kotlin Jetpack extension library.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
livedata-factory-1.0.0.pom | |
livedata-factory-1.0.0-sources.jar | 2 KB |
livedata-factory-1.0.0-javadoc.jar | 209 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.eaglesakura.livedata-factory/livedata-factory/ -->
<dependency>
<groupId>io.github.eaglesakura.livedata-factory</groupId>
<artifactId>livedata-factory</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.eaglesakura.livedata-factory/livedata-factory/
implementation 'io.github.eaglesakura.livedata-factory:livedata-factory:1.0.0'
// https://jarcasting.com/artifacts/io.github.eaglesakura.livedata-factory/livedata-factory/
implementation ("io.github.eaglesakura.livedata-factory:livedata-factory:1.0.0")
'io.github.eaglesakura.livedata-factory:livedata-factory:aar:1.0.0'
<dependency org="io.github.eaglesakura.livedata-factory" name="livedata-factory" rev="1.0.0">
<artifact name="livedata-factory" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.eaglesakura.livedata-factory', module='livedata-factory', version='1.0.0')
)
libraryDependencies += "io.github.eaglesakura.livedata-factory" % "livedata-factory" % "1.0.0"
[io.github.eaglesakura.livedata-factory/livedata-factory "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.4.21 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.4.21 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.4.1 |
org.jetbrains.kotlinx : kotlinx-coroutines-android | jar | 1.4.1 |
androidx.lifecycle » lifecycle-livedata-ktx | jar | 2.2.0 |