mvparchitecture

Best Practices of MVP architecture, Framework with MVP for Android.

License

License

GroupId

GroupId

com.github.wangjiegulu
ArtifactId

ArtifactId

mvparchitecture
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

aar
Description

Description

mvparchitecture
Best Practices of MVP architecture, Framework with MVP for Android.
Project URL

Project URL

https://github.com/wangjiegulu/MVPArchitecture

Download mvparchitecture

How to add to project

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

Dependencies

compile (1)

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

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0
1.1.0