| License |
License |
|---|---|
| GroupId | GroupIdde.trbnb |
| ArtifactId | ArtifactIdmvvmbase-coroutines |
| Version | Version3.0.0-alpha02 |
| Type | Typeaar |
| Description |
Descriptionmvvmbase-coroutines
Coroutines extensions for MvvmBase.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/de.trbnb/mvvmbase-coroutines/ -->
<dependency>
<groupId>de.trbnb</groupId>
<artifactId>mvvmbase-coroutines</artifactId>
<version>3.0.0-alpha02</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/de.trbnb/mvvmbase-coroutines/
implementation 'de.trbnb:mvvmbase-coroutines:3.0.0-alpha02'
// https://jarcasting.com/artifacts/de.trbnb/mvvmbase-coroutines/
implementation ("de.trbnb:mvvmbase-coroutines:3.0.0-alpha02")
'de.trbnb:mvvmbase-coroutines:aar:3.0.0-alpha02'
<dependency org="de.trbnb" name="mvvmbase-coroutines" rev="3.0.0-alpha02">
<artifact name="mvvmbase-coroutines" type="aar" />
</dependency>
@Grapes(
@Grab(group='de.trbnb', module='mvvmbase-coroutines', version='3.0.0-alpha02')
)
libraryDependencies += "de.trbnb" % "mvvmbase-coroutines" % "3.0.0-alpha02"
[de.trbnb/mvvmbase-coroutines "3.0.0-alpha02"]
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.databinding » databinding-common | jar | 7.0.0-beta05 |
| androidx.databinding » databinding-runtime | jar | 7.0.0-beta05 |
| androidx.databinding » databinding-adapters | jar | 7.0.0-beta05 |
| androidx.databinding » databinding-ktx | jar | 7.0.0-beta05 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.10 |
| de.trbnb : mvvmbase-databinding | jar | 3.0.0-alpha02 |
| org.jetbrains.kotlinx : kotlinx-coroutines-android | jar | 1.5.0 |
| androidx.lifecycle » lifecycle-viewmodel-ktx | jar | 2.3.1 |