License |
License |
---|---|
GroupId | GroupIdfr.bmartel |
ArtifactId | ArtifactIdmulti-event-lib |
Version | Version0.31 |
Type | Typeaar |
Description |
Descriptionmulti-event-library
Android library used to catch a range of event types (volume, screen state, incoming call, SMS, Wifi connection etc...)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
multi-event-lib-0.31.pom | |
multi-event-lib-0.31.aar | 11 KB |
multi-event-lib-0.31-sources.jar | 14 KB |
multi-event-lib-0.31-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.bmartel/multi-event-lib/ -->
<dependency>
<groupId>fr.bmartel</groupId>
<artifactId>multi-event-lib</artifactId>
<version>0.31</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/fr.bmartel/multi-event-lib/
implementation 'fr.bmartel:multi-event-lib:0.31'
// https://jarcasting.com/artifacts/fr.bmartel/multi-event-lib/
implementation ("fr.bmartel:multi-event-lib:0.31")
'fr.bmartel:multi-event-lib:aar:0.31'
<dependency org="fr.bmartel" name="multi-event-lib" rev="0.31">
<artifact name="multi-event-lib" type="aar" />
</dependency>
@Grapes(
@Grab(group='fr.bmartel', module='multi-event-lib', version='0.31')
)
libraryDependencies += "fr.bmartel" % "multi-event-lib" % "0.31"
[fr.bmartel/multi-event-lib "0.31"]