command-line
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.stanfy.helium</groupId>
<artifactId>command-line</artifactId>
<version>0.6.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.stanfy.helium</groupId>
<artifactId>command-line</artifactId>
<version>0.6.0</version>
<name>Helium</name>
<description>DSL and Java API for REST API specification</description>
<url>https://github.com/stanfy/helium</url>
<inceptionYear>2013</inceptionYear>
<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>
</license>
</licenses>
<developers>
<developer>
<id>rmazur</id>
<name>Roman Mazur</name>
<email>rmazur@stanfy.com.ua</email>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:stanfy/helium.git</connection>
<developerConnection>scm:git:git@github.com:stanfy/helium.git</developerConnection>
<url>https://github.com/stanfy/helium</url>
</scm>
<dependencies>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.stanfy.helium</groupId>
<artifactId>helium</artifactId>
<version>0.6.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>