GroupId | GroupIdcom.uber.motif |
---|---|
ArtifactId | ArtifactIdmotif-viewmodel |
Version | Version0.3.3 |
Type | Typejar |
Filename | Size |
---|---|
motif-viewmodel-0.3.3.pom | |
motif-viewmodel-0.3.3.jar | 23 KB |
motif-viewmodel-0.3.3-sources.jar | 5 KB |
motif-viewmodel-0.3.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.uber.motif/motif-viewmodel/
implementation 'com.uber.motif:motif-viewmodel:0.3.3'
// https://jarcasting.com/artifacts/com.uber.motif/motif-viewmodel/
implementation ("com.uber.motif:motif-viewmodel:0.3.3")
'com.uber.motif:motif-viewmodel:jar:0.3.3'
<dependency org="com.uber.motif" name="motif-viewmodel" rev="0.3.3">
<artifact name="motif-viewmodel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uber.motif', module='motif-viewmodel', version='0.3.3')
)
libraryDependencies += "com.uber.motif" % "motif-viewmodel" % "0.3.3"
[com.uber.motif/motif-viewmodel "0.3.3"]