Mvp

A library to bring Model-View-Presenter architecture to Android

License

License

GroupId

GroupId

com.github.rey5137
ArtifactId

ArtifactId

mvp
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

aar
Description

Description

Mvp
A library to bring Model-View-Presenter architecture to Android
Project URL

Project URL

https://github.com/rey5137/mvp
Source Code Management

Source Code Management

https://github.com/rey5137/mvp

Download mvp

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.android.support » appcompat-v7 jar 23.1.1

Project Modules

There are no modules declared in this project.

mvp

A library to bring Model-View-Presenter architecture to Android.

Versions

Version
1.0.0