m

multi-event-library

Android library used to catch a range of event types (volume, screen state, incoming call, SMS, Wifi connection etc...)
https://github.com/bertrandmartel/multi-event-library
The MIT License
Bertrand Martel
Files download
File Operation
multi-event-library-0.32.pom download
multi-event-library-0.32-sources.jar download
Apache Maven
<dependency>
  <groupId>fr.bmartel</groupId>
  <artifactId>multi-event-library</artifactId>
  <version>0.32</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'fr.bmartel:multi-event-library:0.32'
Gradle Kotlin
implementation("fr.bmartel:multi-event-library:0.32")
Scala SBT
libraryDependencies += "fr.bmartel" % "multi-event-library" % "0.32"
Groovy Grape
@Grapes(
  @Grab(group='fr.bmartel', module='multi-event-library', version='0.32')
)
Apache Ivy
<dependency org="fr.bmartel" name="multi-event-library" rev="0.32" />
Leiningen
[fr.bmartel/multi-event-library "0.32"]
Apache Buildr
'fr.bmartel:multi-event-library:jar:0.32'
Dependencies
The project has no third-party dependencies