License |
License |
---|---|
GroupId | GroupIdfr.bmartel |
ArtifactId | ArtifactIdmulti-event-library |
Version | Version0.35 |
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-library-0.35.pom | |
multi-event-library-0.35.aar | 11 KB |
multi-event-library-0.35-sources.jar | 14 KB |
multi-event-library-0.35-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.bmartel/multi-event-library/ -->
<dependency>
<groupId>fr.bmartel</groupId>
<artifactId>multi-event-library</artifactId>
<version>0.35</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/fr.bmartel/multi-event-library/
implementation 'fr.bmartel:multi-event-library:0.35'
// https://jarcasting.com/artifacts/fr.bmartel/multi-event-library/
implementation ("fr.bmartel:multi-event-library:0.35")
'fr.bmartel:multi-event-library:aar:0.35'
<dependency org="fr.bmartel" name="multi-event-library" rev="0.35">
<artifact name="multi-event-library" type="aar" />
</dependency>
@Grapes(
@Grab(group='fr.bmartel', module='multi-event-library', version='0.35')
)
libraryDependencies += "fr.bmartel" % "multi-event-library" % "0.35"
[fr.bmartel/multi-event-library "0.35"]