Files download
File Operation
mvvm-0.3.0.pom download
mvvm-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.xiaoseee</groupId>
  <artifactId>mvvm</artifactId>
  <version>0.3.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.xiaoseee:mvvm:0.3.0'
Gradle Kotlin
implementation("io.github.xiaoseee:mvvm:0.3.0")
Scala SBT
libraryDependencies += "io.github.xiaoseee" % "mvvm" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.xiaoseee', module='mvvm', version='0.3.0')
)
Apache Ivy
<dependency org="io.github.xiaoseee" name="mvvm" rev="0.3.0" />
Leiningen
[io.github.xiaoseee/mvvm "0.3.0"]
Apache Buildr
'io.github.xiaoseee:mvvm:jar:0.3.0'