com.codetaco.cli.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cli Show documentation
Show all versions of cli Show documentation
A command line parser for Java
The newest version!
/**
*
* This package contains the public API into the CmdLineImpl class. Create an instance of the class using any one of
* the
* specialized constructors.
*
* Build instructions
*
* - version number - update the version number in these files
*
* - pom.xml
- package-info.java
- docs/conf.py
*
* - submit a pull-request to master
* - after the bitbucket pipeline is complete then got to bintray and push to maven central
*
*
*
*
* @author cdegreef
* @since 6.5.4
*/
package com.codetaco.cli;