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