objectos::comuns

Core Java libraries for all Objectos Software projects.

License

License

GroupId

GroupId

br.com.objectos.comuns
ArtifactId

ArtifactId

comuns
Last Version

Last Version

0.28.0
Release Date

Release Date

Type

Type

jar
Description

Description

objectos::comuns
Core Java libraries for all Objectos Software projects.
Project Organization

Project Organization

Objectos Software LTDA

Download comuns

How to add to project

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

Dependencies

test (3)

Group / Artifact Type Version
br.com.objectos.comuns : comuns-testing jar 0.24.0
br.com.objectos.http : server jar 0.2.0
org.testng : testng jar 7.0.0

Project Modules

There are no modules declared in this project.

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.

br.com.objectos.comuns

Objectos Software

We craft Java tools.

Versions

Version
0.28.0
0.27.0
0.26.0
0.25.0
0.24.0
0.23.0