文件下载
文件名 操作
mvp-1.1.0.pom 下载
mvp-1.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.xiaoseee</groupId>
  <artifactId>mvp</artifactId>
  <version>1.1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.xiaoseee:mvp:1.1.0'
Gradle Kotlin
implementation("io.github.xiaoseee:mvp:1.1.0")
Scala SBT
libraryDependencies += "io.github.xiaoseee" % "mvp" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.xiaoseee', module='mvp', version='1.1.0')
)
Apache Ivy
<dependency org="io.github.xiaoseee" name="mvp" rev="1.1.0" />
Leiningen
[io.github.xiaoseee/mvp "1.1.0"]
Apache Buildr
'io.github.xiaoseee:mvp:jar:1.1.0'