http-cli-help
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>xyz.cofe</groupId>
<artifactId>http-cli-help</artifactId>
<version>0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>xyz.cofe</groupId>
<artifactId>http-parent</artifactId>
<!--<version>0.1-SNAPSHOT</version>-->
<version>0.1</version>
<!--<relativePath>../http-parent/pom.xml</relativePath>-->
</parent>
<artifactId>http-cli-help</artifactId>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>http-base</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<properties>
</properties>
</project>