argparse4k
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.dustinl.argparse4k</groupId>
<artifactId>argparse4k</artifactId>
<version>1.0.19</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.dustinl.argparse4k</groupId>
<artifactId>argparse4k</artifactId>
<version>1.0.19</version>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.2.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.sourceforge.argparse4j</groupId>
<artifactId>argparse4j</artifactId>
<version>0.8.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
<description>The Kotlin command-line argument parser library</description>
<name>argparse4k</name>
<url>https://github.com/dustinliu/argparse4k</url>
<licenses>
<license>
<name>BSD 3-clause "New" or "Revised" License</name>
<url>https://github.com/dustinliu/argparse4k/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>dustinliu</id>
<name>Min Lun Liu</name>
<email>liu.minlun@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/dustinliu/argparse4k.git</connection>
<developerConnection>scm:git:https://github.com/dustinliu/argparse4k.git</developerConnection>
<url>https://github.com/dustinliu/argparse4k</url>
</scm>
</project>