All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download com.github.brunoais JAR files with all dependencies

Search JAR files by class name

wrapped-exception from group com.github.brunoais (version 0.3.0)

This is an exception for when you need to wrap more information around the exception you actually want to throw. This is mostly useful when programming with Java's functional interface in a "then" chain where the methods' code are outside the method where the "then" are called/chained

Group: com.github.brunoais Artifact: wrapped-exception
Show documentation Show source 
 

0 downloads
Artifact wrapped-exception
Group com.github.brunoais
Version 0.3.0
Last update 15. January 2018
Organization not specified
URL https://github.com/brunoais/WrappedException
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

cli-args-parser from group com.github.brunoais (version 0.3.0)

This project is a feature-lean implementation of a CLI arguments parser. Just start by creating an instance of ParseArgs and follow the available methods. E.g. ParseArgs when = new ParseArgs(); when.argument("-do").spaceValue().call(this::doArgument); when.argument(null).call(this::defaultArgument); when.parse(args);

Group: com.github.brunoais Artifact: cli-args-parser
Show all versions Show documentation Show source 
 

0 downloads
Artifact cli-args-parser
Group com.github.brunoais
Version 0.3.0
Last update 10. October 2016
Organization not specified
URL https://github.com/brunoais/CliArgsParser
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!



Page 1 from 1 (items total 2)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy