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.

License

License

GroupId

GroupId

io.github.alexmofer.mvp
ArtifactId

ArtifactId

mvp-core
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/AlexMofer/MVPCore
Source Code Management

Source Code Management

https://github.com/AlexMofer/MVPCore

Download mvp-core

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.alexmofer.mvp/mvp-core/ -->
<dependency>
    <groupId>io.github.alexmofer.mvp</groupId>
    <artifactId>mvp-core</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.alexmofer.mvp/mvp-core/
implementation 'io.github.alexmofer.mvp:mvp-core:1.0.1'
// https://jarcasting.com/artifacts/io.github.alexmofer.mvp/mvp-core/
implementation ("io.github.alexmofer.mvp:mvp-core:1.0.1")
'io.github.alexmofer.mvp:mvp-core:jar:1.0.1'
<dependency org="io.github.alexmofer.mvp" name="mvp-core" rev="1.0.1">
  <artifact name="mvp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.alexmofer.mvp', module='mvp-core', version='1.0.1')
)
libraryDependencies += "io.github.alexmofer.mvp" % "mvp-core" % "1.0.1"
[io.github.alexmofer.mvp/mvp-core "1.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0