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