MVN

com.nightlynexus.demomode : demomode

Maven & Gradle

Oct 31, 2022
17 stars

DemoMode · Control Android's Demo Mode from your app.

<dependency>
    <groupId>com.nightlynexus.demomode</groupId>
    <artifactId>demomode</artifactId>
    <version>0.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nightlynexus.demomode : demomode to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.0

All Versions

Choose a version of com.nightlynexus.demomode : demomode to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
demomode-0.6.0
0.5.x
demomode-0.5.7
demomode-0.5.6
demomode-0.5.5
demomode-0.5.4
demomode-0.5.3
demomode-0.5.2
demomode-0.5.1
demomode-0.5.0
0.4.x
demomode-0.4.0
0.3.x
demomode-0.3.0
0.2.x
demomode-0.2.0
0.1.x
demomode-0.1.2
demomode-0.1.1
demomode-0.1.0

How to add a dependency to Maven

Add the following com.nightlynexus.demomode : demomode maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.nightlynexus.demomode</groupId>
    <artifactId>demomode</artifactId>
    <version>0.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nightlynexus.demomode : demomode gradle dependency to your build.gradle file:

implementation 'com.nightlynexus.demomode:demomode:0.6.0'

Gradle Kotlin DSL: Add the following com.nightlynexus.demomode : demomode gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nightlynexus.demomode:demomode:0.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nightlynexus.demomode : demomode sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nightlynexus.demomode" % "demomode" % "0.6.0"