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.35.pom download
multi-event-library-0.35-sources.jar download
Apache Maven
<dependency>
  <groupId>fr.bmartel</groupId>
  <artifactId>multi-event-library</artifactId>
  <version>0.35</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'fr.bmartel:multi-event-library:0.35'
Gradle Kotlin
implementation("fr.bmartel:multi-event-library:0.35")
Scala SBT
libraryDependencies += "fr.bmartel" % "multi-event-library" % "0.35"
Groovy Grape
@Grapes(
  @Grab(group='fr.bmartel', module='multi-event-library', version='0.35')
)
Apache Ivy
<dependency org="fr.bmartel" name="multi-event-library" rev="0.35" />
Leiningen
[fr.bmartel/multi-event-library "0.35"]
Apache Buildr
'fr.bmartel:multi-event-library:jar:0.35'
Dependencies
The project has no third-party dependencies