MVN

io.github.alexmofer.mvp : mvp-core

Maven & Gradle

Mar 26, 2022
2 usages
2 stars

MVP-Core · The basic core of the MVP design pattern is independent of the platform, which is convenient for further implementing the MVP design pattern of Android or HarmonyOS.

<dependency>
    <groupId>io.github.alexmofer.mvp</groupId>
    <artifactId>mvp-core</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.1

All Versions

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

Version Vulnerabilities Updated
1.0.x
mvp-core-1.0.1
mvp-core-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.alexmofer.mvp</groupId>
    <artifactId>mvp-core</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.alexmofer.mvp:mvp-core:1.0.1'

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

implementation("io.github.alexmofer.mvp:mvp-core:1.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.alexmofer.mvp" % "mvp-core" % "1.0.1"

Advertisement

Dependencies from Group

Mar 26, 2022
2 usages
2 stars
Feb 21, 2023
1 usages
0 stars
May 28, 2021
0 stars

Discover Dependencies

Aug 20, 2021
1 usages
2 stars
May 17, 2019
18 usages
2 stars
Jun 10, 2020
5 usages
845 stars
Jul 07, 2017
8 usages
297 stars
Jul 06, 2020
20 usages
12 stars
Dec 11, 2021
21 usages
152 stars
Oct 16, 2013
8 usages
38 stars
Sep 20, 2019
27 usages
6.5k stars