License |
License |
---|---|
GroupId | GroupIdcom.acidmanic |
ArtifactId | ArtifactIdcommandline-base |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommandline-tools
This library helps building java commandline application implementing command design pattern
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commandline-base-2.0.0.pom | |
commandline-base-2.0.0.jar | 46 KB |
commandline-base-2.0.0-sources.jar | 28 KB |
commandline-base-2.0.0-javadoc.jar | 243 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.acidmanic/commandline-base/ -->
<dependency>
<groupId>com.acidmanic</groupId>
<artifactId>commandline-base</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.acidmanic/commandline-base/
implementation 'com.acidmanic:commandline-base:2.0.0'
// https://jarcasting.com/artifacts/com.acidmanic/commandline-base/
implementation ("com.acidmanic:commandline-base:2.0.0")
'com.acidmanic:commandline-base:jar:2.0.0'
<dependency org="com.acidmanic" name="commandline-base" rev="2.0.0">
<artifact name="commandline-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.acidmanic', module='commandline-base', version='2.0.0')
)
libraryDependencies += "com.acidmanic" % "commandline-base" % "2.0.0"
[com.acidmanic/commandline-base "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.acidmanic : console-tools | jar | 1.0.0 |
com.acidmanic : lightweight-logger | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |