MVN

com.authme : authme-sdk-ocr-utils

Maven & Gradle

Aug 24, 2023
2 usages

AuthMeSDK · authme sdk AuthMeOCR-Utils

<dependency>
    <groupId>com.authme</groupId>
    <artifactId>authme-sdk-ocr-utils</artifactId>
    <version>2.4.3-hotfix.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.4.3-hotfix.1
  • Latest Release Candidate: 2.2.0-rc.7

All Versions

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

Version Vulnerabilities Updated
2.4.x
authme-sdk-ocr-utils-2.4.3-hotfix.1
authme-sdk-ocr-utils-2.4.3
authme-sdk-ocr-utils-2.4.2
authme-sdk-ocr-utils-2.4.1
authme-sdk-ocr-utils-2.4.0
2.3.x
authme-sdk-ocr-utils-2.3.2
authme-sdk-ocr-utils-2.3.0
2.2.x
authme-sdk-ocr-utils-2.2.7
authme-sdk-ocr-utils-2.2.6
authme-sdk-ocr-utils-2.2.5
authme-sdk-ocr-utils-2.2.4
authme-sdk-ocr-utils-2.2.2
authme-sdk-ocr-utils-2.2.1
authme-sdk-ocr-utils-2.2.0
authme-sdk-ocr-utils-2.2.0-rc.7
authme-sdk-ocr-utils-2.2.0-rc.2
authme-sdk-ocr-utils-2.2.0-rc1
2.1.x
authme-sdk-ocr-utils-2.1.1
authme-sdk-ocr-utils-2.1.0
2.0.x
authme-sdk-ocr-utils-2.0.2-rc3
authme-sdk-ocr-utils-2.0.2-rc2
authme-sdk-ocr-utils-2.0.2-rc1
authme-sdk-ocr-utils-2.0.1
authme-sdk-ocr-utils-2.0.0
1.7.x
authme-sdk-ocr-utils-1.7.0
1.5.x
authme-sdk-ocr-utils-1.5.0
1.4.x
authme-sdk-ocr-utils-1.4.3
authme-sdk-ocr-utils-1.4.2.10
authme-sdk-ocr-utils-1.4.2.9
authme-sdk-ocr-utils-1.4.2.8
authme-sdk-ocr-utils-1.4.2.7
authme-sdk-ocr-utils-1.4.2.6
authme-sdk-ocr-utils-1.4.2.5
authme-sdk-ocr-utils-1.4.2.4
authme-sdk-ocr-utils-1.4.2.3
authme-sdk-ocr-utils-1.4.2.2
authme-sdk-ocr-utils-1.4.2.1
authme-sdk-ocr-utils-1.4.2
authme-sdk-ocr-utils-1.4.1.1
authme-sdk-ocr-utils-1.4.1
authme-sdk-ocr-utils-1.4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.authme</groupId>
    <artifactId>authme-sdk-ocr-utils</artifactId>
    <version>2.4.3-hotfix.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.authme:authme-sdk-ocr-utils:2.4.3-hotfix.1'

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

implementation("com.authme:authme-sdk-ocr-utils:2.4.3-hotfix.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.authme" % "authme-sdk-ocr-utils" % "2.4.3-hotfix.1"

Advertisement