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