MVN

com.zaneschepke : pin_lock_compose

Maven & Gradle

Mar 20, 2024
1 stars

Pin Lock Compose · Light library that is beautiful Pin Lock screen for Jetpack Compose. The library handles saving pin in Encrypted file. Integration is very easy and fast.

<dependency>
    <groupId>com.zaneschepke</groupId>
    <artifactId>pin_lock_compose</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zaneschepke : pin_lock_compose to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of com.zaneschepke : pin_lock_compose to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
pin_lock_compose-1.0.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.zaneschepke</groupId>
    <artifactId>pin_lock_compose</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.zaneschepke : pin_lock_compose gradle dependency to your build.gradle file:

implementation 'com.zaneschepke:pin_lock_compose:1.0.3'

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

implementation("com.zaneschepke:pin_lock_compose:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.zaneschepke : pin_lock_compose sbt scala dependency to your build.sbt file:

libraryDependencies += "com.zaneschepke" % "pin_lock_compose" % "1.0.3"