License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.zkejid.constructor |
ArtifactId | ArtifactIdcli-arguments |
Version | Version1.0.0 |
Type | Typepom |
Description |
DescriptionCLI Arguments module
Project handles command line arguments. It helps working with values passed in.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cli-arguments-1.0.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zkejid.constructor/cli-arguments/ -->
<dependency>
<groupId>com.zkejid.constructor</groupId>
<artifactId>cli-arguments</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.zkejid.constructor/cli-arguments/
implementation 'com.zkejid.constructor:cli-arguments:1.0.0'
// https://jarcasting.com/artifacts/com.zkejid.constructor/cli-arguments/
implementation ("com.zkejid.constructor:cli-arguments:1.0.0")
'com.zkejid.constructor:cli-arguments:pom:1.0.0'
<dependency org="com.zkejid.constructor" name="cli-arguments" rev="1.0.0">
<artifact name="cli-arguments" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.zkejid.constructor', module='cli-arguments', version='1.0.0')
)
libraryDependencies += "com.zkejid.constructor" % "cli-arguments" % "1.0.0"
[com.zkejid.constructor/cli-arguments "1.0.0"]