Common utilities

A few common utility classes than can be used in various Java dev projects

License

License

GroupId

GroupId

com.github.nicosensei
ArtifactId

ArtifactId

commons
Last Version

Last Version

1.5.3
Release Date

Release Date

Type

Type

pom
Description

Description

Common utilities
A few common utility classes than can be used in various Java dev projects
Project URL

Project URL

https://github.com/nicosensei/commons

Download commons

Filename Size
commons-1.5.3.pom 2 KB
Browse

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
log4j : log4j jar 1.2.17

test (1)

Group / Artifact Type Version
junit : junit jar 4.0

Project Modules

  • commons-util
  • commons-cmd
  • commons-bdb
  • commons-dao

Versions

Version
1.5.3
1.5.2