objectos::comuns parent

Core Java libraries for all Objectos Software projects.

License

License

GroupId

GroupId

br.com.objectos.comuns
ArtifactId

ArtifactId

comuns-parent
Last Version

Last Version

0.28.0
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project Organization

Objectos Software LTDA

Download comuns-parent

Filename Size
comuns-parent-0.28.0.pom 2 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • comuns
  • comuns-testing

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