m

multi-event-lib

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
文件下载
文件名 操作
multi-event-lib-0.31.pom 下载
multi-event-lib-0.31-sources.jar 下载
Apache Maven
<dependency>
  <groupId>fr.bmartel</groupId>
  <artifactId>multi-event-lib</artifactId>
  <version>0.31</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'fr.bmartel:multi-event-lib:0.31'
Gradle Kotlin
implementation("fr.bmartel:multi-event-lib:0.31")
Scala SBT
libraryDependencies += "fr.bmartel" % "multi-event-lib" % "0.31"
Groovy Grape
@Grapes(
  @Grab(group='fr.bmartel', module='multi-event-lib', version='0.31')
)
Apache Ivy
<dependency org="fr.bmartel" name="multi-event-lib" rev="0.31" />
Leiningen
[fr.bmartel/multi-event-lib "0.31"]
Apache Buildr
'fr.bmartel:multi-event-lib:jar:0.31'
本项目依赖
该项目无第三方依赖