License |
License |
---|---|
GroupId | GroupIdcom.github.marcherdiego.mvp |
ArtifactId | ArtifactIdevents |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionMVP 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
events-2.1.0.pom | |
events-2.1.0-sources.jar | 13 KB |
events-2.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]
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 |