command-line-parser
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.almondbranch</groupId>
<artifactId>command-line-parser</artifactId>
<version>1.2.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.almondbranch</groupId>
<artifactId>command-line-parser</artifactId>
<version>1.2.0</version>
<name>command-line-parser</name>
<description>Allows a direct call to a main(String[] args) method using an unparsed string containing the arguments.</description>
<url>https://github.com/AlmondBranch/command-line-parser</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<name>Scott Haney</name>
<email>emailalmondbranch@gmail.com</email>
<organization>org.apache.maven.model.Organization@8a80d17</organization>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/AlmondBranch/command-line-parser.git</connection>
<developerConnection>scm:git:ssh://github.com/AlmondBranch/command-line-parser.git</developerConnection>
<url>https://github.com/AlmondBranch/command-line-parser.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4</artifactId>
<version>4.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.1.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>