MVN

dev.3-3 : jmccc-microsoft-authenticator

Maven & Gradle

Feb 06, 2023
143 stars

jmccc-microsoft-authenticator · JMCCC is a powerful open-source library for launching and downloading Minecraft.

<dependency>
    <groupId>dev.3-3</groupId>
    <artifactId>jmccc-microsoft-authenticator</artifactId>
    <version>3.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.3-3 : jmccc-microsoft-authenticator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.4

All Versions

Choose a version of dev.3-3 : jmccc-microsoft-authenticator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
jmccc-microsoft-authenticator-3.1.4
jmccc-microsoft-authenticator-3.1.3
jmccc-microsoft-authenticator-3.1.2
jmccc-microsoft-authenticator-3.1.1
jmccc-microsoft-authenticator-3.1.0

How to add a dependency to Maven

Add the following dev.3-3 : jmccc-microsoft-authenticator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.3-3</groupId>
    <artifactId>jmccc-microsoft-authenticator</artifactId>
    <version>3.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.3-3 : jmccc-microsoft-authenticator gradle dependency to your build.gradle file:

implementation 'dev.3-3:jmccc-microsoft-authenticator:3.1.4'

Gradle Kotlin DSL: Add the following dev.3-3 : jmccc-microsoft-authenticator gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.3-3:jmccc-microsoft-authenticator:3.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.3-3 : jmccc-microsoft-authenticator sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.3-3" % "jmccc-microsoft-authenticator" % "3.1.4"

Advertisement