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

Download jcommands JAR 6.0.0 with all dependencies


A simple Javacord extension to create interaction commands easily

Files of the artifact jcommands version 6.0.0 from the group io.github.s3ns3iw00.

Artifact jcommands
Group io.github.s3ns3iw00
Version 6.0.0
Last update 04. April 2023
Tags: extension interaction create easily simple javacord commands
Organization not specified
URL https://github.com/S3nS3IW00/JCommands
License GNU General Public License v3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
There is a newer version: 8.0.0
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of jcommands Show documentation

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

0 downloads

Source code of jcommands version 6.0.0

META-INF
META-INF.META-INF.MANIFEST.MF
me.s3ns3iw00.jcommands
me.s3ns3iw00.jcommands.me.s3ns3iw00.jcommands.Command
me.s3ns3iw00.jcommands.me.s3ns3iw00.jcommands.CommandHandler
me.s3ns3iw00.jcommands.me.s3ns3iw00.jcommands.CommandResponder
me.s3ns3iw00.jcommands.argument
me.s3ns3iw00.jcommands.argument.me.s3ns3iw00.jcommands.argument.Argument
me.s3ns3iw00.jcommands.argument.me.s3ns3iw00.jcommands.argument.ArgumentResult
me.s3ns3iw00.jcommands.argument.me.s3ns3iw00.jcommands.argument.AutocompletableInputArgument
me.s3ns3iw00.jcommands.argument.me.s3ns3iw00.jcommands.argument.InputArgument
me.s3ns3iw00.jcommands.argument.me.s3ns3iw00.jcommands.argument.SubArgument
me.s3ns3iw00.jcommands.argument.ability
me.s3ns3iw00.jcommands.argument.ability.me.s3ns3iw00.jcommands.argument.ability.Autocompletable
me.s3ns3iw00.jcommands.argument.ability.me.s3ns3iw00.jcommands.argument.ability.Optionality
me.s3ns3iw00.jcommands.argument.autocomplete
me.s3ns3iw00.jcommands.argument.autocomplete.me.s3ns3iw00.jcommands.argument.autocomplete.Autocomplete
me.s3ns3iw00.jcommands.argument.autocomplete.me.s3ns3iw00.jcommands.argument.autocomplete.AutocompleteState
me.s3ns3iw00.jcommands.argument.autocomplete.type
me.s3ns3iw00.jcommands.argument.autocomplete.type.me.s3ns3iw00.jcommands.argument.autocomplete.type.ConditionalAutocomplete
me.s3ns3iw00.jcommands.argument.autocomplete.type.me.s3ns3iw00.jcommands.argument.autocomplete.type.SearchAutocomplete
me.s3ns3iw00.jcommands.argument.concatenation
me.s3ns3iw00.jcommands.argument.concatenation.me.s3ns3iw00.jcommands.argument.concatenation.Concatenator
me.s3ns3iw00.jcommands.argument.concatenation.type
me.s3ns3iw00.jcommands.argument.concatenation.type.me.s3ns3iw00.jcommands.argument.concatenation.type.StringConcatenator
me.s3ns3iw00.jcommands.argument.concatenation.type.me.s3ns3iw00.jcommands.argument.concatenation.type.TypeConcatenator
me.s3ns3iw00.jcommands.argument.converter
me.s3ns3iw00.jcommands.argument.converter.me.s3ns3iw00.jcommands.argument.converter.ArgumentResultConverter
me.s3ns3iw00.jcommands.argument.converter.type
me.s3ns3iw00.jcommands.argument.converter.type.me.s3ns3iw00.jcommands.argument.converter.type.URLConverter
me.s3ns3iw00.jcommands.argument.type
me.s3ns3iw00.jcommands.argument.type.me.s3ns3iw00.jcommands.argument.type.AttachmentArgument
me.s3ns3iw00.jcommands.argument.type.me.s3ns3iw00.jcommands.argument.type.ChannelArgument
me.s3ns3iw00.jcommands.argument.type.me.s3ns3iw00.jcommands.argument.type.ComboArgument
me.s3ns3iw00.jcommands.argument.type.me.s3ns3iw00.jcommands.argument.type.ConstantArgument
me.s3ns3iw00.jcommands.argument.type.me.s3ns3iw00.jcommands.argument.type.GroupArgument
me.s3ns3iw00.jcommands.argument.type.me.s3ns3iw00.jcommands.argument.type.MentionArgument
me.s3ns3iw00.jcommands.argument.type.me.s3ns3iw00.jcommands.argument.type.NumberArgument
me.s3ns3iw00.jcommands.argument.type.me.s3ns3iw00.jcommands.argument.type.RoleArgument
me.s3ns3iw00.jcommands.argument.type.me.s3ns3iw00.jcommands.argument.type.StringArgument
me.s3ns3iw00.jcommands.argument.type.me.s3ns3iw00.jcommands.argument.type.URLArgument
me.s3ns3iw00.jcommands.argument.type.me.s3ns3iw00.jcommands.argument.type.ValueArgument
me.s3ns3iw00.jcommands.argument.util
me.s3ns3iw00.jcommands.argument.util.me.s3ns3iw00.jcommands.argument.util.Choice
me.s3ns3iw00.jcommands.argument.validator
me.s3ns3iw00.jcommands.argument.validator.me.s3ns3iw00.jcommands.argument.validator.ArgumentPredicate
me.s3ns3iw00.jcommands.argument.validator.me.s3ns3iw00.jcommands.argument.validator.ArgumentValidation
me.s3ns3iw00.jcommands.argument.validator.me.s3ns3iw00.jcommands.argument.validator.ArgumentValidator
me.s3ns3iw00.jcommands.argument.validator.type
me.s3ns3iw00.jcommands.argument.validator.type.me.s3ns3iw00.jcommands.argument.validator.type.NumberPredicate
me.s3ns3iw00.jcommands.argument.validator.type.me.s3ns3iw00.jcommands.argument.validator.type.RegexPredicate
me.s3ns3iw00.jcommands.argument.validator.type.me.s3ns3iw00.jcommands.argument.validator.type.StringLengthPredicate
me.s3ns3iw00.jcommands.builder
me.s3ns3iw00.jcommands.builder.me.s3ns3iw00.jcommands.builder.CommandBuilder
me.s3ns3iw00.jcommands.builder.type
me.s3ns3iw00.jcommands.builder.type.me.s3ns3iw00.jcommands.builder.type.GlobalCommandBuilder
me.s3ns3iw00.jcommands.builder.type.me.s3ns3iw00.jcommands.builder.type.ServerCommandBuilder
me.s3ns3iw00.jcommands.event
me.s3ns3iw00.jcommands.event.me.s3ns3iw00.jcommands.event.CommandEvent
me.s3ns3iw00.jcommands.event.listener
me.s3ns3iw00.jcommands.event.listener.me.s3ns3iw00.jcommands.event.listener.ArgumentMismatchEventListener
me.s3ns3iw00.jcommands.event.listener.me.s3ns3iw00.jcommands.event.listener.CommandActionEventListener
me.s3ns3iw00.jcommands.event.type
me.s3ns3iw00.jcommands.event.type.me.s3ns3iw00.jcommands.event.type.ArgumentMismatchEvent
me.s3ns3iw00.jcommands.event.type.me.s3ns3iw00.jcommands.event.type.CommandActionEvent
me.s3ns3iw00.jcommands.type
me.s3ns3iw00.jcommands.type.me.s3ns3iw00.jcommands.type.GlobalCommand
me.s3ns3iw00.jcommands.type.me.s3ns3iw00.jcommands.type.ServerCommand




© 2015 - 2024 Weber Informatics LLC | Privacy Policy