You can download airline-2.1.0.jar in this page.
The Apache Software License, Version 2.0
airline-2.1.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.github.rvesse/airline/pom.properties META-INF/maven/com.github.rvesse/airline/pom.xml META-INF/services/com.github.rvesse.airline.help.sections.factories.HelpSectionFactory META-INF/services/com.github.rvesse.airline.restrictions.factories.ArgumentsRestrictionFactory META-INF/services/com.github.rvesse.airline.restrictions.factories.OptionRestrictionFactory com.github.rvesse.airline.Accessor.class com.github.rvesse.airline.Cli.class com.github.rvesse.airline.CommandFactory.class com.github.rvesse.airline.Context.class com.github.rvesse.airline.DefaultCommandFactory.class com.github.rvesse.airline.DefaultTypeConverter.class com.github.rvesse.airline.HelpOption.class com.github.rvesse.airline.SingleCommand.class com.github.rvesse.airline.TypeConverter.class com.github.rvesse.airline.annotations.Alias.class com.github.rvesse.airline.annotations.Arguments.class com.github.rvesse.airline.annotations.Cli.class com.github.rvesse.airline.annotations.Command.class com.github.rvesse.airline.annotations.DefaultOption.class com.github.rvesse.airline.annotations.Group.class com.github.rvesse.airline.annotations.Groups.class com.github.rvesse.airline.annotations.Option.class com.github.rvesse.airline.annotations.OptionType.class com.github.rvesse.airline.annotations.Parser.class com.github.rvesse.airline.annotations.help.Copyright.class com.github.rvesse.airline.annotations.help.Discussion.class com.github.rvesse.airline.annotations.help.Examples.class com.github.rvesse.airline.annotations.help.ExitCodes.class com.github.rvesse.airline.annotations.help.HideSection.class com.github.rvesse.airline.annotations.help.License.class com.github.rvesse.airline.annotations.help.ProseSection.class com.github.rvesse.airline.annotations.restrictions.AllowedRawValues.class com.github.rvesse.airline.annotations.restrictions.AllowedValues.class com.github.rvesse.airline.annotations.restrictions.MaxLength.class com.github.rvesse.airline.annotations.restrictions.MaxOccurrences.class com.github.rvesse.airline.annotations.restrictions.MinLength.class com.github.rvesse.airline.annotations.restrictions.MinOccurrences.class com.github.rvesse.airline.annotations.restrictions.MutuallyExclusiveWith.class com.github.rvesse.airline.annotations.restrictions.NotBlank.class com.github.rvesse.airline.annotations.restrictions.NotEmpty.class com.github.rvesse.airline.annotations.restrictions.Once.class com.github.rvesse.airline.annotations.restrictions.Path.class com.github.rvesse.airline.annotations.restrictions.PathKind.class com.github.rvesse.airline.annotations.restrictions.Pattern.class com.github.rvesse.airline.annotations.restrictions.Port.class com.github.rvesse.airline.annotations.restrictions.PortType.class com.github.rvesse.airline.annotations.restrictions.RequireOnlyOne.class com.github.rvesse.airline.annotations.restrictions.RequireSome.class com.github.rvesse.airline.annotations.restrictions.Required.class com.github.rvesse.airline.annotations.restrictions.RequiredOnlyIf.class com.github.rvesse.airline.annotations.restrictions.Unrestricted.class com.github.rvesse.airline.annotations.restrictions.ranges.ByteRange.class com.github.rvesse.airline.annotations.restrictions.ranges.DoubleRange.class com.github.rvesse.airline.annotations.restrictions.ranges.FloatRange.class com.github.rvesse.airline.annotations.restrictions.ranges.IntegerRange.class com.github.rvesse.airline.annotations.restrictions.ranges.LexicalRange.class com.github.rvesse.airline.annotations.restrictions.ranges.LongRange.class com.github.rvesse.airline.annotations.restrictions.ranges.ShortRange.class com.github.rvesse.airline.builder.AbstractBuilder.class com.github.rvesse.airline.builder.AliasBuilder.class com.github.rvesse.airline.builder.CliBuilder.class com.github.rvesse.airline.builder.GroupBuilder.class com.github.rvesse.airline.builder.ParserBuilder.class com.github.rvesse.airline.help.CommandGroupUsageGenerator.class com.github.rvesse.airline.help.CommandUsageGenerator.class com.github.rvesse.airline.help.GlobalUsageGenerator.class com.github.rvesse.airline.help.Help.class com.github.rvesse.airline.help.UsageHelper.class com.github.rvesse.airline.help.cli.CliCommandGroupUsageGenerator.class com.github.rvesse.airline.help.cli.CliCommandUsageGenerator.class com.github.rvesse.airline.help.cli.CliGlobalUsageGenerator.class com.github.rvesse.airline.help.cli.CliGlobalUsageSummaryGenerator.class com.github.rvesse.airline.help.cli.CliUsageHelper.class com.github.rvesse.airline.help.common.AbstractCommandGroupUsageGenerator.class com.github.rvesse.airline.help.common.AbstractCommandUsageGenerator.class com.github.rvesse.airline.help.common.AbstractGlobalUsageGenerator.class com.github.rvesse.airline.help.common.AbstractPrintedCommandGroupUsageGenerator.class com.github.rvesse.airline.help.common.AbstractPrintedCommandUsageGenerator.class com.github.rvesse.airline.help.common.AbstractPrintedGlobalUsageGenerator.class com.github.rvesse.airline.help.common.AbstractUsageGenerator.class com.github.rvesse.airline.help.sections.HelpFormat.class com.github.rvesse.airline.help.sections.HelpHint.class com.github.rvesse.airline.help.sections.HelpSection.class com.github.rvesse.airline.help.sections.common.BasicHint.class com.github.rvesse.airline.help.sections.common.BasicSection.class com.github.rvesse.airline.help.sections.common.CommonSections.class com.github.rvesse.airline.help.sections.common.DiscussionSection.class com.github.rvesse.airline.help.sections.common.ExamplesSection.class com.github.rvesse.airline.help.sections.common.ExitCodesSection.class com.github.rvesse.airline.help.sections.common.ProseSection.class com.github.rvesse.airline.help.sections.factories.CommonSectionsFactory.class com.github.rvesse.airline.help.sections.factories.HelpSectionFactory.class com.github.rvesse.airline.help.sections.factories.HelpSectionRegistry.class com.github.rvesse.airline.help.suggester.CommandSuggester.class com.github.rvesse.airline.help.suggester.GlobalSuggester.class com.github.rvesse.airline.help.suggester.GroupSuggester.class com.github.rvesse.airline.help.suggester.SuggestCommand.class com.github.rvesse.airline.help.suggester.Suggester.class com.github.rvesse.airline.model.AliasMetadata.class com.github.rvesse.airline.model.ArgumentsMetadata.class com.github.rvesse.airline.model.CommandGroupMetadata.class com.github.rvesse.airline.model.CommandMetadata.class com.github.rvesse.airline.model.GlobalMetadata.class com.github.rvesse.airline.model.MetadataLoader.class com.github.rvesse.airline.model.OptionMetadata.class com.github.rvesse.airline.model.ParserMetadata.class com.github.rvesse.airline.model.SuggesterMetadata.class com.github.rvesse.airline.parser.AbstractCommandParser.class com.github.rvesse.airline.parser.AbstractParser.class com.github.rvesse.airline.parser.ParseState.class com.github.rvesse.airline.parser.ParserUtil.class com.github.rvesse.airline.parser.aliases.AliasArgumentsParser.class com.github.rvesse.airline.parser.aliases.AliasResolver.class com.github.rvesse.airline.parser.aliases.UserAliasesSource.class com.github.rvesse.airline.parser.command.CliParser.class com.github.rvesse.airline.parser.command.SingleCommandParser.class com.github.rvesse.airline.parser.errors.ParseAliasCircularReferenceException.class com.github.rvesse.airline.parser.errors.ParseArgumentsIllegalValueException.class com.github.rvesse.airline.parser.errors.ParseArgumentsMissingException.class com.github.rvesse.airline.parser.errors.ParseArgumentsUnexpectedException.class com.github.rvesse.airline.parser.errors.ParseCommandMissingException.class com.github.rvesse.airline.parser.errors.ParseCommandUnrecognizedException.class com.github.rvesse.airline.parser.errors.ParseException.class com.github.rvesse.airline.parser.errors.ParseInvalidRestrictionException.class com.github.rvesse.airline.parser.errors.ParseOptionConversionException.class com.github.rvesse.airline.parser.errors.ParseOptionGroupException.class com.github.rvesse.airline.parser.errors.ParseOptionIllegalValueException.class com.github.rvesse.airline.parser.errors.ParseOptionMissingException.class com.github.rvesse.airline.parser.errors.ParseOptionMissingValueException.class com.github.rvesse.airline.parser.errors.ParseOptionOutOfRangeException.class com.github.rvesse.airline.parser.errors.ParseOptionUnexpectedException.class com.github.rvesse.airline.parser.errors.ParseRestrictionViolatedException.class com.github.rvesse.airline.parser.errors.ParseTooManyArgumentsException.class com.github.rvesse.airline.parser.options.AbstractKeyValueOptionParser.class com.github.rvesse.airline.parser.options.AbstractOptionParser.class com.github.rvesse.airline.parser.options.ClassicGetOptParser.class com.github.rvesse.airline.parser.options.ListValueOptionParser.class com.github.rvesse.airline.parser.options.LongGetOptParser.class com.github.rvesse.airline.parser.options.MaybePairValueOptionParser.class com.github.rvesse.airline.parser.options.OptionParser.class com.github.rvesse.airline.parser.options.StandardOptionParser.class com.github.rvesse.airline.parser.suggester.SuggestionParser.class com.github.rvesse.airline.restrictions.AbstractCommonRestriction.class com.github.rvesse.airline.restrictions.ArgumentsRestriction.class com.github.rvesse.airline.restrictions.GlobalRestriction.class com.github.rvesse.airline.restrictions.None.class com.github.rvesse.airline.restrictions.OptionRestriction.class com.github.rvesse.airline.restrictions.common.AbstractAllowedValuesRestriction.class com.github.rvesse.airline.restrictions.common.AbstractStringRestriction.class com.github.rvesse.airline.restrictions.common.AllowedRawValuesRestriction.class com.github.rvesse.airline.restrictions.common.AllowedValuesRestriction.class com.github.rvesse.airline.restrictions.common.IsRequiredRestriction.class com.github.rvesse.airline.restrictions.common.LengthRestriction.class com.github.rvesse.airline.restrictions.common.NotBlankRestriction.class com.github.rvesse.airline.restrictions.common.NotEmptyRestriction.class com.github.rvesse.airline.restrictions.common.OccurrencesRestriction.class com.github.rvesse.airline.restrictions.common.PathRestriction.class com.github.rvesse.airline.restrictions.common.PatternRestriction.class com.github.rvesse.airline.restrictions.common.PortRestriction.class com.github.rvesse.airline.restrictions.common.RangeRestriction.class com.github.rvesse.airline.restrictions.factories.AllowedValuesRestrictionFactory.class com.github.rvesse.airline.restrictions.factories.ArgumentsRestrictionFactory.class com.github.rvesse.airline.restrictions.factories.OccurrencesRestrictionFactory.class com.github.rvesse.airline.restrictions.factories.OptionRestrictionFactory.class com.github.rvesse.airline.restrictions.factories.PathRestrictionFactory.class com.github.rvesse.airline.restrictions.factories.PortRestrictionFactory.class com.github.rvesse.airline.restrictions.factories.RangeRestrictionFactory.class com.github.rvesse.airline.restrictions.factories.RequireFromRestrictionFactory.class com.github.rvesse.airline.restrictions.factories.RequiredOnlyIfRestrictionFactory.class com.github.rvesse.airline.restrictions.factories.RestrictionRegistry.class com.github.rvesse.airline.restrictions.factories.SimpleRestrictionsFactory.class com.github.rvesse.airline.restrictions.factories.StringRestrictionFactory.class com.github.rvesse.airline.restrictions.global.CommandRequiredRestriction.class com.github.rvesse.airline.restrictions.global.NoMissingOptionValuesRestriction.class com.github.rvesse.airline.restrictions.global.NoUnexpectedArgumentsRestriction.class com.github.rvesse.airline.restrictions.options.MutuallyExclusiveRestriction.class com.github.rvesse.airline.restrictions.options.RequireFromRestriction.class com.github.rvesse.airline.restrictions.options.RequiredOnlyIfRestriction.class com.github.rvesse.airline.utils.AirlineUtils.class com.github.rvesse.airline.utils.comparators.AbstractComparableComparator.class com.github.rvesse.airline.utils.comparators.AbstractObjectComparator.class com.github.rvesse.airline.utils.comparators.ByteComparator.class com.github.rvesse.airline.utils.comparators.DoubleComparator.class com.github.rvesse.airline.utils.comparators.FloatComparator.class com.github.rvesse.airline.utils.comparators.HelpSectionComparator.class com.github.rvesse.airline.utils.comparators.IntegerComparator.class com.github.rvesse.airline.utils.comparators.LexicalComparator.class com.github.rvesse.airline.utils.comparators.LongComparator.class com.github.rvesse.airline.utils.comparators.ShortComparator.class com.github.rvesse.airline.utils.comparators.StringHierarchyComparator.class com.github.rvesse.airline.utils.predicates.AbstractAbbreviationFinder.class com.github.rvesse.airline.utils.predicates.LocaleSensitiveStringFinder.class com.github.rvesse.airline.utils.predicates.parser.AbbreviatedCommandFinder.class com.github.rvesse.airline.utils.predicates.parser.AbbreviatedGroupFinder.class com.github.rvesse.airline.utils.predicates.parser.AbbreviatedOptionFinder.class com.github.rvesse.airline.utils.predicates.parser.AliasFinder.class com.github.rvesse.airline.utils.predicates.parser.CommandFinder.class com.github.rvesse.airline.utils.predicates.parser.CommandTypeFinder.class com.github.rvesse.airline.utils.predicates.parser.GroupFinder.class com.github.rvesse.airline.utils.predicates.parser.OptionFinder.class com.github.rvesse.airline.utils.predicates.parser.ParsedOptionFinder.class com.github.rvesse.airline.utils.predicates.restrictions.AbstractOptionRestrictionBasedFinder.class com.github.rvesse.airline.utils.predicates.restrictions.AbstractParsedOptionRestrictionBasedFinder.class com.github.rvesse.airline.utils.predicates.restrictions.AllowedValuesOptionFinder.class com.github.rvesse.airline.utils.predicates.restrictions.IsRequiredArgumentFinder.class com.github.rvesse.airline.utils.predicates.restrictions.IsRequiredOptionFinder.class com.github.rvesse.airline.utils.predicates.restrictions.MutuallyExclusiveWithFinder.class com.github.rvesse.airline.utils.predicates.restrictions.MutuallyExclusiveWithTagParsedOptionFinder.class com.github.rvesse.airline.utils.predicates.restrictions.RequiredFromFinder.class com.github.rvesse.airline.utils.predicates.restrictions.RequiredTagOptionFinder.class com.github.rvesse.airline.utils.predicates.restrictions.RequiredTagParsedOptionFinder.class
airline-2.1.0.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.github.rvesse</groupId> <artifactId>airline-parent</artifactId> <version>2.1.0</version> <relativePath>../</relativePath> </parent> <artifactId>airline</artifactId> <packaging>jar</packaging> <name>Airline - Library</name> <description>Java library provided an annotation-based framework for parsing Git like command line structures</description> <properties> <license.header.path>${project.parent.basedir}</license.header.path> </properties> <dependencies> <dependency> <groupId>com.github.rvesse</groupId> <artifactId>airline-io</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> </dependency> <!-- for testing --> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>com.github.rvesse</groupId> <artifactId>airline</artifactId> <version>2.1.0</version> </dependency>
If you think the following airline-2.1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download airline-2.1.0.jar file