All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download jcli JAR 2.3.0 with all dependencies


A Java library for parsing and validating CLI arguments (and Strings formatted alike).

Files of the artifact jcli version 2.3.0 from the group com.github.tmarsteel.

Test

Artifact jcli
Group com.github.tmarsteel
Version 2.3.0
Last update 23. September 2017
Tags: formatted arguments library parsing java strings validating alike
Organization not specified
URL https://github.com/tmarsteel/jcli
License GNU General Public License Version 2
Dependencies amount 3
Dependencies junit, mockito-core, hamcrest-core,
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of jcli Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of jcli version 2.3.0

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.maven.com.github.tmarsteel.jcli
META-INF.maven.com.github.tmarsteel.jcli.META-INF.maven.com.github.tmarsteel.jcli.pom.properties
META-INF.maven.com.github.tmarsteel.jcli.META-INF.maven.com.github.tmarsteel.jcli.pom.xml
com.tmarsteel.jcli
com.tmarsteel.jcli.com.tmarsteel.jcli.Argument
com.tmarsteel.jcli.com.tmarsteel.jcli.Environment
com.tmarsteel.jcli.com.tmarsteel.jcli.Filtered
com.tmarsteel.jcli.com.tmarsteel.jcli.Flag
com.tmarsteel.jcli.com.tmarsteel.jcli.Identifiable
com.tmarsteel.jcli.com.tmarsteel.jcli.Input
com.tmarsteel.jcli.com.tmarsteel.jcli.NoSuchElementException
com.tmarsteel.jcli.com.tmarsteel.jcli.Option
com.tmarsteel.jcli.com.tmarsteel.jcli.ParseException
com.tmarsteel.jcli.command
com.tmarsteel.jcli.command.com.tmarsteel.jcli.command.Command
com.tmarsteel.jcli.command.com.tmarsteel.jcli.command.CommandDispatchException
com.tmarsteel.jcli.command.com.tmarsteel.jcli.command.CommandDispatcher
com.tmarsteel.jcli.command.com.tmarsteel.jcli.command.NoSuchCommandException
com.tmarsteel.jcli.filter
com.tmarsteel.jcli.filter.com.tmarsteel.jcli.filter.BigDecimalFilter
com.tmarsteel.jcli.filter.com.tmarsteel.jcli.filter.BigIntegerFilter
com.tmarsteel.jcli.filter.com.tmarsteel.jcli.filter.DecimalFilter
com.tmarsteel.jcli.filter.com.tmarsteel.jcli.filter.FileFilter
com.tmarsteel.jcli.filter.com.tmarsteel.jcli.filter.Filter
com.tmarsteel.jcli.filter.com.tmarsteel.jcli.filter.IntegerFilter
com.tmarsteel.jcli.filter.com.tmarsteel.jcli.filter.MetaRegexFilter
com.tmarsteel.jcli.filter.com.tmarsteel.jcli.filter.PathFilter
com.tmarsteel.jcli.filter.com.tmarsteel.jcli.filter.RegexFilter
com.tmarsteel.jcli.filter.com.tmarsteel.jcli.filter.SetFilter
com.tmarsteel.jcli.helptext
com.tmarsteel.jcli.helptext.com.tmarsteel.jcli.helptext.CLIHelptextFormatter
com.tmarsteel.jcli.helptext.com.tmarsteel.jcli.helptext.FilterAwareHelptextFormatter
com.tmarsteel.jcli.helptext.com.tmarsteel.jcli.helptext.FilterDescriptionUtil
com.tmarsteel.jcli.helptext.com.tmarsteel.jcli.helptext.FilterDescriptor
com.tmarsteel.jcli.helptext.com.tmarsteel.jcli.helptext.Helptext
com.tmarsteel.jcli.helptext.com.tmarsteel.jcli.helptext.HelptextFactory
com.tmarsteel.jcli.helptext.com.tmarsteel.jcli.helptext.HelptextFormatter
com.tmarsteel.jcli.rule
com.tmarsteel.jcli.rule.com.tmarsteel.jcli.rule.AndRule
com.tmarsteel.jcli.rule.com.tmarsteel.jcli.rule.BaseRule
com.tmarsteel.jcli.rule.com.tmarsteel.jcli.rule.CombinedRule
com.tmarsteel.jcli.rule.com.tmarsteel.jcli.rule.NotRule
com.tmarsteel.jcli.rule.com.tmarsteel.jcli.rule.OptionSetRule
com.tmarsteel.jcli.rule.com.tmarsteel.jcli.rule.OrRule
com.tmarsteel.jcli.rule.com.tmarsteel.jcli.rule.Rule
com.tmarsteel.jcli.rule.com.tmarsteel.jcli.rule.XorOptionsRule
com.tmarsteel.jcli.rule.com.tmarsteel.jcli.rule.XorRule
com.tmarsteel.jcli.util
com.tmarsteel.jcli.util.com.tmarsteel.jcli.util.ClassHierarchyComparator
com.tmarsteel.jcli.util.formatting
com.tmarsteel.jcli.util.formatting.com.tmarsteel.jcli.util.formatting.FormattingUtils
com.tmarsteel.jcli.util.formatting.com.tmarsteel.jcli.util.formatting.Indentation
com.tmarsteel.jcli.util.formatting.com.tmarsteel.jcli.util.formatting.ListFormatter
com.tmarsteel.jcli.util.formatting.com.tmarsteel.jcli.util.formatting.OutOfRenderingSpaceException
com.tmarsteel.jcli.util.formatting.com.tmarsteel.jcli.util.formatting.Renderable
com.tmarsteel.jcli.util.formatting.multiline
com.tmarsteel.jcli.util.formatting.multiline.com.tmarsteel.jcli.util.formatting.multiline.MultilineTextStrategy
com.tmarsteel.jcli.util.formatting.multiline.com.tmarsteel.jcli.util.formatting.multiline.WordsplitMultilineStrategy
com.tmarsteel.jcli.util.formatting
com.tmarsteel.jcli.util.formatting.com.tmarsteel.jcli.util.formatting.package-info
com.tmarsteel.jcli.util.formatting.table
com.tmarsteel.jcli.util.formatting.table.com.tmarsteel.jcli.util.formatting.table.ColumnWidthCalculator
com.tmarsteel.jcli.util.formatting.table.com.tmarsteel.jcli.util.formatting.table.TextTable
com.tmarsteel.jcli.validation
com.tmarsteel.jcli.validation.com.tmarsteel.jcli.validation.MisconfigurationException
com.tmarsteel.jcli.validation.com.tmarsteel.jcli.validation.RuleNotMetException
com.tmarsteel.jcli.validation.com.tmarsteel.jcli.validation.ValidationException
com.tmarsteel.jcli.validation.com.tmarsteel.jcli.validation.Validator
com.tmarsteel.jcli.validation.configuration
com.tmarsteel.jcli.validation.configuration.com.tmarsteel.jcli.validation.configuration.ValidatorConfigurator
com.tmarsteel.jcli.validation.configuration.xml
com.tmarsteel.jcli.validation.configuration.xml.com.tmarsteel.jcli.validation.configuration.xml.FilterParser
com.tmarsteel.jcli.validation.configuration.xml.com.tmarsteel.jcli.validation.configuration.xml.FilterParsingUtil
com.tmarsteel.jcli.validation.configuration.xml.com.tmarsteel.jcli.validation.configuration.xml.RuleParser
com.tmarsteel.jcli.validation.configuration.xml.com.tmarsteel.jcli.validation.configuration.xml.RuleParsingUtil
com.tmarsteel.jcli.validation.configuration.xml.com.tmarsteel.jcli.validation.configuration.xml.XMLValidatorConfigurator




© 2015 - 2024 Weber Informatics LLC | Privacy Policy