MVN

online.devliving : passcodeview

Maven & Gradle

Jul 14, 2017
132 stars

online.devliving:passcodeview · An android widget to input passcode.

<dependency>
    <groupId>online.devliving</groupId>
    <artifactId>passcodeview</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of online.devliving : passcodeview to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of online.devliving : passcodeview to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
passcodeview-1.0.3

How to add a dependency to Maven

Add the following online.devliving : passcodeview maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>online.devliving</groupId>
    <artifactId>passcodeview</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following online.devliving : passcodeview gradle dependency to your build.gradle file:

implementation 'online.devliving:passcodeview:1.0.3'

Gradle Kotlin DSL: Add the following online.devliving : passcodeview gradle kotlin dependency to your build.gradle.kts file:

implementation("online.devliving:passcodeview:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following online.devliving : passcodeview sbt scala dependency to your build.sbt file:

libraryDependencies += "online.devliving" % "passcodeview" % "1.0.3"