is not current version
Last Version 1.3.4

com.github.rubensousa:amvp 1.3.2

A simple Model-View-Presenter library for Android

GroupId

GroupId

com.github.rubensousa
ArtifactId

ArtifactId

amvp
Version

Version

1.3.2
Type

Type

aar

Download amvp 1.3.2


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