ObjectosComuns
A small Java commons library for all Objectos Software projects.
As it intends to be small, it only implements the functionalities currently required at Objectos. This means that some of the implementations may not be as "general purpose" as other implementations found elsewhere.
Regardless, it is made available as an open source project as it is a common dependency to other open source libraries provided by Objectos Software.
("Comuns" is Portuguese for commons)
Maven
objectos::comuns is at Maven Central.
<dependency>
<groupId>br.com.objectos.comuns</groupId>
<artifactId>comuns</artifactId>
<version>${latest.version}</version>
</dependency>
License
Copyright (C) 2011-2020 Objectos Software LTDA
Licensed under the GNU Affero General Public License v3.
Notice
This library includes code from other open-source projects. See attached NOTICE.txt.