mirror of
https://github.com/Eaglercraft-TeaVM-Fork/maven.git
synced 2024-12-22 08:34:11 -08:00
45 lines
1.8 KiB
Plaintext
45 lines
1.8 KiB
Plaintext
|
<?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>org.teavm</groupId>
|
||
|
<artifactId>teavm-relocated-libs-commons-cli</artifactId>
|
||
|
<version>0.11.0-EAGLER-R1</version>
|
||
|
<name>Relocated commons-cli artifact to avoid JAR hell</name>
|
||
|
<description>Relocated commons-cli artifact to avoid JAR hell</description>
|
||
|
<url>https://teavm.org</url>
|
||
|
<licenses>
|
||
|
<license>
|
||
|
<name>The Apache Software License, Version 2.0</name>
|
||
|
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||
|
<distribution>repo</distribution>
|
||
|
<comments>A business-friendly OSS license</comments>
|
||
|
</license>
|
||
|
</licenses>
|
||
|
<developers>
|
||
|
<developer>
|
||
|
<id>konsoletyper</id>
|
||
|
<name>Alexey Andreev</name>
|
||
|
<email>konsoletyper@gmail.com</email>
|
||
|
<timezone>Europe/Berlin</timezone>
|
||
|
</developer>
|
||
|
</developers>
|
||
|
<scm>
|
||
|
<connection>scm:git:git@github.com:konsoletyper/teavm.git</connection>
|
||
|
<url>https://github.com/konsoletyper/teavm</url>
|
||
|
</scm>
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>commons-cli</groupId>
|
||
|
<artifactId>commons-cli</artifactId>
|
||
|
<version>1.6.0</version>
|
||
|
<scope>compile</scope>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
</project>
|