Last Version

CLI Arguments module 1.0.0

Project handles command line arguments. It helps working with values passed in.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.zkejid.constructor
ArtifactId

ArtifactId

cli-arguments
Version

Version

1.0.0
Type

Type

pom
Description

Description

CLI Arguments module
Project handles command line arguments. It helps working with values passed in.
Project URL

Project URL

https://github.com/zkejidsconstructor/cli-arguments
Source Code Management

Source Code Management

https://github.com/zkejidsconstructor/cli-arguments

Download cli-arguments 1.0.0

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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • cli-arguments-api
  • cli-arguments-apitest
  • cli-arguments-impl
  • cli-arguments-helloworld