| Group ID: |
com.gitee.l0km |
| Artifact ID: |
common-cli |
| Last modified: |
29.03.2018 00:56 |
| Packaging: |
jar |
| Name: |
common-cli |
| URL: |
http://maven.apache.org |
|
|
| Size: |
12.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/gitee/l0km/common-cli/1.0.5/common-cli-1.0.5.jar |
| POM: |
Show
hide
<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>com.gitee.l0km</groupId>
<artifactId>common</artifactId>
<version>1.0.5</version>
<relativePath>..</relativePath>
</parent>
<artifactId>common-cli</artifactId>
<packaging>jar</packaging>
<name>common-cli</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<!-- 跳过测试 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>com.gitee.l0km</groupId>
<artifactId>common-cli</artifactId>
<version>1.0.5</version>
</dependency>
|
| Gradle: |
com.gitee.l0km:common-cli:1.0.5 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|