License |
License |
---|---|
GroupId | GroupIdcom.uber.motif |
ArtifactId | ArtifactIdmotif-viewmodel |
Version | Version0.3.4 |
Type | Typejar |
Description |
DescriptionMotif
Simple DI API for Android / Java.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
motif-viewmodel-0.3.4.pom | |
motif-viewmodel-0.3.4.jar | 23 KB |
motif-viewmodel-0.3.4-sources.jar | 5 KB |
motif-viewmodel-0.3.4-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.uber.motif/motif-viewmodel/ -->
<dependency>
<groupId>com.uber.motif</groupId>
<artifactId>motif-viewmodel</artifactId>
<version>0.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.uber.motif/motif-viewmodel/
implementation 'com.uber.motif:motif-viewmodel:0.3.4'
// https://jarcasting.com/artifacts/com.uber.motif/motif-viewmodel/
implementation ("com.uber.motif:motif-viewmodel:0.3.4")
'com.uber.motif:motif-viewmodel:jar:0.3.4'
<dependency org="com.uber.motif" name="motif-viewmodel" rev="0.3.4">
<artifact name="motif-viewmodel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uber.motif', module='motif-viewmodel', version='0.3.4')
)
libraryDependencies += "com.uber.motif" % "motif-viewmodel" % "0.3.4"
[com.uber.motif/motif-viewmodel "0.3.4"]
Group / Artifact | Type | Version |
---|---|---|
com.uber.motif : motif-core | jar | 0.3.4 |
com.uber.motif : motif-models | jar | 0.3.4 |
com.uber.motif : motif-errormessage | jar | 0.3.4 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.50 |