Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.31 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.31 KB

org.brutusin:commons Build Status Maven Central Latest Version

Common utilities project. General purpose functionality used by other projects.

Maven dependency

<dependency>
    <groupId>org.brutusin</groupId>
    <artifactId>commons</artifactId>
    <version>${commons.version}</version>
</dependency>

Click here to see the latest available version released to the Maven Central Repository.

If you are not using maven and need help you can ask here.

Main subcomponents:

FifoTaskExecutor

FifoTaskExecutor parallelizes the processing of an ordered input collection, keeping the order in the output.

Support bugs and requests

https://github.com/brutusin/commons/issues

Authors

Contributions are always welcome and greatly appreciated!

License

Apache License, Version 2.0