GroupId | GroupIdio.gitee.kotle |
---|---|
ArtifactId | ArtifactIdandroid-mvvm |
Version | Version0.0.2 |
Type | Typeaar |
Description |
Description |
Filename | Size |
---|---|
android-mvvm-0.0.2.pom | |
android-mvvm-0.0.2.aar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.gitee.kotle/android-mvvm/ -->
<dependency>
<groupId>io.gitee.kotle</groupId>
<artifactId>android-mvvm</artifactId>
<version>0.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.gitee.kotle/android-mvvm/
implementation 'io.gitee.kotle:android-mvvm:0.0.2'
// https://jarcasting.com/artifacts/io.gitee.kotle/android-mvvm/
implementation ("io.gitee.kotle:android-mvvm:0.0.2")
'io.gitee.kotle:android-mvvm:aar:0.0.2'
<dependency org="io.gitee.kotle" name="android-mvvm" rev="0.0.2">
<artifact name="android-mvvm" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.gitee.kotle', module='android-mvvm', version='0.0.2')
)
libraryDependencies += "io.gitee.kotle" % "android-mvvm" % "0.0.2"
[io.gitee.kotle/android-mvvm "0.0.2"]