AMVP

A simple Model-View-Presenter library for Android

License

License

GroupId

GroupId

com.github.rubensousa
ArtifactId

ArtifactId

amvp
Last Version

Last Version

1.3.4
Release Date

Release Date

Type

Type

aar
Description

Description

AMVP
A simple Model-View-Presenter library for Android

Download amvp

How to add to project

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

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.3.4
1.3.2