MVN

com.auritylab : kotlin-sign-in-with-apple

Maven & Gradle

Apr 01, 2021
1 stars

Kotlin Sign in with Apple · Sign in with Apple token verification written in Kotlin

<dependency>
    <groupId>com.auritylab</groupId>
    <artifactId>kotlin-sign-in-with-apple</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.auritylab : kotlin-sign-in-with-apple to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of com.auritylab : kotlin-sign-in-with-apple to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
kotlin-sign-in-with-apple-1.0.2
kotlin-sign-in-with-apple-1.0.1
kotlin-sign-in-with-apple-1.0.0

How to add a dependency to Maven

Add the following com.auritylab : kotlin-sign-in-with-apple maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.auritylab</groupId>
    <artifactId>kotlin-sign-in-with-apple</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.auritylab : kotlin-sign-in-with-apple gradle dependency to your build.gradle file:

implementation 'com.auritylab:kotlin-sign-in-with-apple:1.0.2'

Gradle Kotlin DSL: Add the following com.auritylab : kotlin-sign-in-with-apple gradle kotlin dependency to your build.gradle.kts file:

implementation("com.auritylab:kotlin-sign-in-with-apple:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.auritylab : kotlin-sign-in-with-apple sbt scala dependency to your build.sbt file:

libraryDependencies += "com.auritylab" % "kotlin-sign-in-with-apple" % "1.0.2"