MVN

com.github.mandriana : mvp-base-views

Maven & Gradle

Apr 20, 2018
2 stars

MVP base views · A set of default views (Activity and Fragment) to use with mvp-core

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

Latest Version

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

  • Latest Stable: 1.0.11

All Versions

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

Version Vulnerabilities Updated
1.0.x
mvp-base-views-1.0.11
mvp-base-views-1.0.10
mvp-base-views-1.0.9
mvp-base-views-1.0.8
mvp-base-views-1.0.7
mvp-base-views-1.0.6
mvp-base-views-1.0.3
mvp-base-views-1.0.2
1.0
mvp-base-views-1.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.github.mandriana:mvp-base-views:1.0.11'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement