org.brutusin:commons

Brutusin common utilities

License

License

GroupId

GroupId

org.brutusin
ArtifactId

ArtifactId

commons
Last Version

Last Version

1.6.5
Release Date

Release Date

Type

Type

jar
Description

Description

org.brutusin:commons
Brutusin common utilities
Project URL

Project URL

https://github.com/brutusin/commons
Source Code Management

Source Code Management

https://github.com/brutusin/commons

Download commons

How to add to project

<!-- https://jarcasting.com/artifacts/org.brutusin/commons/ -->
<dependency>
    <groupId>org.brutusin</groupId>
    <artifactId>commons</artifactId>
    <version>1.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.brutusin/commons/
implementation 'org.brutusin:commons:1.6.5'
// https://jarcasting.com/artifacts/org.brutusin/commons/
implementation ("org.brutusin:commons:1.6.5")
'org.brutusin:commons:jar:1.6.5'
<dependency org="org.brutusin" name="commons" rev="1.6.5">
  <artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.brutusin', module='commons', version='1.6.5')
)
libraryDependencies += "org.brutusin" % "commons" % "1.6.5"
[org.brutusin/commons "1.6.5"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

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

org.brutusin

brutusin.org

Best friendly software libraries. In loving memory of Brutus

Versions

Version
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.2
1.5.1
1.5.0
1.4.4
1.4.3
1.4.2
1.4.0
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0