Last Version

MVP Library 2.1.0

This is a small library (less than 70KB) that will help you through your Android features development in order to keep things simple, clear and tidy.

License

License

GroupId

GroupId

com.github.marcherdiego.mvp
ArtifactId

ArtifactId

events
Version

Version

2.1.0
Type

Type

aar
Description

Description

MVP Library
This is a small library (less than 70KB) that will help you through your Android features development in order to keep things simple, clear and tidy.
Project URL

Project URL

https://github.com/marcherdiego/android_mvp
Source Code Management

Source Code Management

https://github.com/marcherdiego/android_mvp

Download events 2.1.0


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

Dependencies

compile (4)

Group / Artifact Type Version
org.greenrobot : eventbus jar 3.3.1
androidx.appcompat » appcompat jar 1.4.1
androidx.lifecycle » lifecycle-extensions jar 2.2.0
org.jetbrains.kotlin : kotlin-stdlib jar 1.6.20

Project Modules

There are no modules declared in this project.