Core Utility Classes & Patterns

Base set of functionalities, including simple utility classes and more complex patterns.

License

License

GroupId

GroupId

org.dihedron.commons
ArtifactId

ArtifactId

dihedron-commons
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Core Utility Classes & Patterns
Base set of functionalities, including simple utility classes and more complex patterns.
Source Code Management

Source Code Management

http://github.com/dihedron/dihedron-commons

Download dihedron-commons

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.7

provided (1)

Group / Artifact Type Version
javax : javaee-api jar 6.0

test (3)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.7.7
log4j : log4j jar 1.2.17
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

dihedron-commons

This project contains a set of common utilities which can be (re-)used across Java projects. Some utilities help circumvent problems with the Java6 API, some others try to make the use of certain Java features easier, and some provide a basic set of more complex functionalities (called "patterns").

It is used by all other dihedron projects.

Versions

Version
1.1.1
1.1.0
1.0.0