License |
License |
---|---|
GroupId | GroupIdcom.github.rubensousa |
ArtifactId | ArtifactIdamvp |
Last Version | Last Version1.3.4 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionAMVP
A simple Model-View-Presenter library for Android
|
Filename | Size |
---|---|
amvp-1.3.4.pom | |
amvp-1.3.4.aar | 32 KB |
amvp-1.3.4-sources.jar | 18 KB |
amvp-1.3.4-javadoc.jar | 95 KB |
Browse |
<!-- 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"]