Skip to content

JCommands v7.0.0

Compare
Choose a tag to compare
@S3nS3IW00 S3nS3IW00 released this 12 May 09:50
· 6 commits to master since this release
eea7bad

The update contains major changes (backward incompatible API changes)!

Changelog

  • Generify concatenator and add converter to it
  • Change concatenator API
    • Concatenator now only gets a list of values from ArgumentResult that contains the value stored in the optional in case of optional arguments instead of the optional type itself. Optional arguments that have not been specified get removed from the list.

Usage

The repository is now on Maven Central, so it is recommended to switch from JitPack.

Maven

<dependency>    
    <groupId>io.github.s3ns3iw00</groupId>    
    <artifactId>jcommands</artifactId>    
    <version>7.0.0</version>    
</dependency>    

Gradle

dependencies {    
    implementation 'io.github.s3ns3iw00.jcommands:7.0.0'    
}    

If you not familiar with these build tools, you can download the jar file below and use it as dependency in your project, but instead it is recommended to use a build tool.