is not current version
Last Version 2.1.0

com.github.marcherdiego.mvp:events 1.0.1

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.

GroupId

GroupId

com.github.marcherdiego.mvp
ArtifactId

ArtifactId

events
Version

Version

1.0.1
Type

Type

aar

Download events 1.0.1

Filename Size
events-1.0.1.pom
Browse

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