License |
License |
---|---|
GroupId | GroupIdcom.github.asuslennikov |
ArtifactId | ArtifactIdmvvm-api |
Version | Version0.8.31 |
Type | Typejar |
Description |
DescriptionAndroid MVVM library, module mvvm-api
Android ViewModel with "clean architecture" and React states.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mvvm-api-0.8.31.pom | |
mvvm-api-0.8.31.jar | 5 KB |
mvvm-api-0.8.31-sources.jar | 9 KB |
mvvm-api-0.8.31-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.asuslennikov/mvvm-api/ -->
<dependency>
<groupId>com.github.asuslennikov</groupId>
<artifactId>mvvm-api</artifactId>
<version>0.8.31</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.asuslennikov/mvvm-api/
implementation 'com.github.asuslennikov:mvvm-api:0.8.31'
// https://jarcasting.com/artifacts/com.github.asuslennikov/mvvm-api/
implementation ("com.github.asuslennikov:mvvm-api:0.8.31")
'com.github.asuslennikov:mvvm-api:jar:0.8.31'
<dependency org="com.github.asuslennikov" name="mvvm-api" rev="0.8.31">
<artifact name="mvvm-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.asuslennikov', module='mvvm-api', version='0.8.31')
)
libraryDependencies += "com.github.asuslennikov" % "mvvm-api" % "0.8.31"
[com.github.asuslennikov/mvvm-api "0.8.31"]
Group / Artifact | Type | Version |
---|---|---|
io.reactivex.rxjava2 : rxjava | jar | 2.2.7 |
androidx.annotation » annotation | jar | 1.1.0 |