is not current version
Last Version 1.0.0

com.alexvasilkov:events 0.2.1

Advanced events bus implementation for Android

GroupId

GroupId

com.alexvasilkov
ArtifactId

ArtifactId

events
Version

Version

0.2.1
Type

Type

jar

Download events 0.2.1


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