jmccc-microsoft-authenticator
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>dev.3-3</groupId>
<artifactId>jmccc-microsoft-authenticator</artifactId>
<version>3.1.4</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>dev.3-3</groupId>
<artifactId>jmccc-microsoft-authenticator</artifactId>
<version>3.1.4</version>
<name>jmccc-microsoft-authenticator</name>
<description>JMCCC is a powerful open-source library for launching and downloading Minecraft.</description>
<url>https://github.com/xfl03/JMCCC</url>
<licenses>
<license>
<name>MIT</name>
<url>https://github.com/xfl03/JMCCC/LICENSE</url>
<distribution>repo</distribution>
<comments>The MIT License (MIT)
Copyright (c) 2016-2023 yushijinhun, xfl03 and contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.</comments>
</license>
</licenses>
<developers>
<developer>
<id>darkyoooooo</id>
<name>Qiyun Zhou</name>
<email>2569766005@qq.com</email>
<url>https://github.com/darkyoooooo</url>
</developer>
<developer>
<id>yushijinhun</id>
<name>Haowei Wen</name>
<email>yushijinhun@gmail.com</email>
<url>https://github.com/yushijinhun</url>
</developer>
<developer>
<id>xfl03</id>
<name>xfl03</name>
<email>moe@3-3.dev</email>
<url>https://github.com/xfl03</url>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/xfl03/JMCCC.git</connection>
<developerConnection>scm:git:git@github.com:xfl03/JMCCC.git</developerConnection>
<tag>master</tag>
<url>https://github.com/xfl03/JMCCC</url>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/xfl03/JMCCC/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>dev.3-3</groupId>
<artifactId>jmccc</artifactId>
<version>3.1.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.2.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-fluent</artifactId>
<version>5.2.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>