MVN

com.github.mandriana : mvp-core

Maven & Gradle

Apr 21, 2018
2 usages
2 stars

MVPCore · A MVP library for Android

<dependency>
    <groupId>com.github.mandriana</groupId>
    <artifactId>mvp-core</artifactId>
    <version>1.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mandriana : mvp-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.11

All Versions

Choose a version of com.github.mandriana : mvp-core to add to Maven or Gradle - All Versions:

  • Version Updated
  • mvp-core-1.0.11

    Apr 20, 2018
  • mvp-core-1.0.10

    Mar 24, 2018
  • mvp-core-1.0.9

    Mar 24, 2018
  • mvp-core-1.0.8

    Mar 04, 2018
  • mvp-core-1.0.7

    Jan 31, 2018
  • mvp-core-1.0.6

    Jan 02, 2018
  • mvp-core-1.0.3

    Sep 14, 2017
  • mvp-core-1.0.2

    Jul 03, 2017
  • mvp-core-1.0.1

    May 10, 2017
  • mvp-core-1.0

    Apr 20, 2017

How to add a dependency to Maven

Add the following com.github.mandriana : mvp-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mandriana</groupId>
    <artifactId>mvp-core</artifactId>
    <version>1.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mandriana : mvp-core gradle dependency to your build.gradle file:

implementation 'com.github.mandriana:mvp-core:1.0.11'

Gradle Kotlin DSL: Add the following com.github.mandriana : mvp-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mandriana:mvp-core:1.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mandriana : mvp-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mandriana" % "mvp-core" % "1.0.11"