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