Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.gitee.l0km |
ArtifactId | ArtifactIdcommon-cli |
Version | Version1.1.12 |
Type | Typejar |
Filename | Size |
---|---|
common-cli-1.1.12.pom | |
common-cli-1.1.12.jar | 11 KB |
common-cli-1.1.12-sources.jar | 6 KB |
common-cli-1.1.12-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.l0km/common-cli/ -->
<dependency>
<groupId>com.gitee.l0km</groupId>
<artifactId>common-cli</artifactId>
<version>1.1.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.l0km/common-cli/
implementation 'com.gitee.l0km:common-cli:1.1.12'
// https://jarcasting.com/artifacts/com.gitee.l0km/common-cli/
implementation ("com.gitee.l0km:common-cli:1.1.12")
'com.gitee.l0km:common-cli:jar:1.1.12'
<dependency org="com.gitee.l0km" name="common-cli" rev="1.1.12">
<artifact name="common-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.l0km', module='common-cli', version='1.1.12')
)
libraryDependencies += "com.gitee.l0km" % "common-cli" % "1.1.12"
[com.gitee.l0km/common-cli "1.1.12"]