MVN

com.pranavpandey.android : dynamic-engine

Maven & Gradle

Jul 09, 2023
32 stars

dynamic-engine · A collection of tasks to monitor various events including call, lock, headset, charging, dock and foreground app via service on Android.

<dependency>
    <groupId>com.pranavpandey.android</groupId>
    <artifactId>dynamic-engine</artifactId>
    <version>4.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.pranavpandey.android : dynamic-engine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.4.1

All Versions

Choose a version of com.pranavpandey.android : dynamic-engine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.4.x
dynamic-engine-4.4.1
dynamic-engine-4.4.0
4.3.x
dynamic-engine-4.3.3
dynamic-engine-4.3.2
dynamic-engine-4.3.1
dynamic-engine-4.3.0
4.2.x
dynamic-engine-4.2.0
4.1.x
dynamic-engine-4.1.1
dynamic-engine-4.1.0
4.0.x
dynamic-engine-4.0.0
3.3.x
dynamic-engine-3.3.1
dynamic-engine-3.3.0
3.2.x
dynamic-engine-3.2.0
3.1.x
dynamic-engine-3.1.0
3.0.x
dynamic-engine-3.0.0
2.3.x
dynamic-engine-2.3.0
2.2.x
dynamic-engine-2.2.0
2.1.x
dynamic-engine-2.1.1
dynamic-engine-2.1.0
2.0.x
dynamic-engine-2.0.0
1.3.x
dynamic-engine-1.3.0
1.2.x
dynamic-engine-1.2.0
1.1.x
dynamic-engine-1.1.1
dynamic-engine-1.1.0
1.0.x
dynamic-engine-1.0.0
0.9.x
dynamic-engine-0.9.0
0.8.x
dynamic-engine-0.8.0
0.7.x
dynamic-engine-0.7.0
0.6.x
dynamic-engine-0.6.0
0.5.x
dynamic-engine-0.5.0
0.4.x
dynamic-engine-0.4.0
0.3.x
dynamic-engine-0.3.0
0.2.x
dynamic-engine-0.2.0
0.1.x
dynamic-engine-0.1.0

How to add a dependency to Maven

Add the following com.pranavpandey.android : dynamic-engine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.pranavpandey.android</groupId>
    <artifactId>dynamic-engine</artifactId>
    <version>4.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.pranavpandey.android : dynamic-engine gradle dependency to your build.gradle file:

implementation 'com.pranavpandey.android:dynamic-engine:4.4.1'

Gradle Kotlin DSL: Add the following com.pranavpandey.android : dynamic-engine gradle kotlin dependency to your build.gradle.kts file:

implementation("com.pranavpandey.android:dynamic-engine:4.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.pranavpandey.android : dynamic-engine sbt scala dependency to your build.sbt file:

libraryDependencies += "com.pranavpandey.android" % "dynamic-engine" % "4.4.1"

Advertisement