MVN

fr.bmartel : multi-event-library

Maven & Gradle

Sep 01, 2017
4 stars

multi-event-library · Android library used to catch a range of event types (volume, screen state, incoming call, SMS, Wifi connection etc...)

<dependency>
    <groupId>fr.bmartel</groupId>
    <artifactId>multi-event-library</artifactId>
    <version>0.35</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.bmartel : multi-event-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.35

All Versions

Choose a version of fr.bmartel : multi-event-library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.35
multi-event-library-0.35
0.34
multi-event-library-0.34
0.32
multi-event-library-0.32

How to add a dependency to Maven

Add the following fr.bmartel : multi-event-library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.bmartel</groupId>
    <artifactId>multi-event-library</artifactId>
    <version>0.35</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.bmartel : multi-event-library gradle dependency to your build.gradle file:

implementation 'fr.bmartel:multi-event-library:0.35'

Gradle Kotlin DSL: Add the following fr.bmartel : multi-event-library gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.bmartel:multi-event-library:0.35")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.bmartel : multi-event-library sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.bmartel" % "multi-event-library" % "0.35"

Advertisement