is not current version
Last Version 1.0.2

com.alexvasilkov:fluffy-events 1.0.1

Android EventsBus implementation based on regular BroadcastReceivers

GroupId

GroupId

com.alexvasilkov
ArtifactId

ArtifactId

fluffy-events
Version

Version

1.0.1
Type

Type

jar

Download fluffy-events 1.0.1


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