is not current version
Last Version 2.3.4

com.elastisys.scale:commons.cli 2.2.10

common code for command-line parsing

Categories

Categories

CLI User Interface
GroupId

GroupId

com.elastisys.scale
ArtifactId

ArtifactId

commons.cli
Version

Version

2.2.10
Type

Type

jar

Download commons.cli 2.2.10


<!-- https://jarcasting.com/artifacts/com.elastisys.scale/commons.cli/ -->
<dependency>
    <groupId>com.elastisys.scale</groupId>
    <artifactId>commons.cli</artifactId>
    <version>2.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.elastisys.scale/commons.cli/
implementation 'com.elastisys.scale:commons.cli:2.2.10'
// https://jarcasting.com/artifacts/com.elastisys.scale/commons.cli/
implementation ("com.elastisys.scale:commons.cli:2.2.10")
'com.elastisys.scale:commons.cli:jar:2.2.10'
<dependency org="com.elastisys.scale" name="commons.cli" rev="2.2.10">
  <artifact name="commons.cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.elastisys.scale', module='commons.cli', version='2.2.10')
)
libraryDependencies += "com.elastisys.scale" % "commons.cli" % "2.2.10"
[com.elastisys.scale/commons.cli "2.2.10"]