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