MVN

com.authme : authme-sdk-nfc

Maven & Gradle

Mar 15, 2023

AuthMeSDK · authme sdk AuthMeNFC

<dependency>
    <groupId>com.authme</groupId>
    <artifactId>authme-sdk-nfc</artifactId>
    <version>2.2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.authme : authme-sdk-nfc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.7
  • Latest Release Candidate: 2.2.0-rc.7

All Versions

Choose a version of com.authme : authme-sdk-nfc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
authme-sdk-nfc-2.2.7
authme-sdk-nfc-2.2.6
authme-sdk-nfc-2.2.5
authme-sdk-nfc-2.2.4
authme-sdk-nfc-2.2.0
authme-sdk-nfc-2.2.0-rc.7
authme-sdk-nfc-2.2.0-rc.2
authme-sdk-nfc-2.2.0-rc1

How to add a dependency to Maven

Add the following com.authme : authme-sdk-nfc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.authme</groupId>
    <artifactId>authme-sdk-nfc</artifactId>
    <version>2.2.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.authme : authme-sdk-nfc gradle dependency to your build.gradle file:

implementation 'com.authme:authme-sdk-nfc:2.2.7'

Gradle Kotlin DSL: Add the following com.authme : authme-sdk-nfc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.authme:authme-sdk-nfc:2.2.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.authme : authme-sdk-nfc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.authme" % "authme-sdk-nfc" % "2.2.7"

Advertisement