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