GroupId | GroupIdcom.github.chuangwu |
---|---|
ArtifactId | ArtifactIdmvvm |
Version | Version1.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
mvvm-1.0.1.pom | |
mvvm-1.0.1.aar | 151 KB |
mvvm-1.0.1-sources.jar | 28 KB |
mvvm-1.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chuangwu/mvvm/ -->
<dependency>
<groupId>com.github.chuangwu</groupId>
<artifactId>mvvm</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chuangwu/mvvm/
implementation 'com.github.chuangwu:mvvm:1.0.1'
// https://jarcasting.com/artifacts/com.github.chuangwu/mvvm/
implementation ("com.github.chuangwu:mvvm:1.0.1")
'com.github.chuangwu:mvvm:aar:1.0.1'
<dependency org="com.github.chuangwu" name="mvvm" rev="1.0.1">
<artifact name="mvvm" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.chuangwu', module='mvvm', version='1.0.1')
)
libraryDependencies += "com.github.chuangwu" % "mvvm" % "1.0.1"
[com.github.chuangwu/mvvm "1.0.1"]