java-commons

Common utility classes for Java.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.rbuck
ArtifactId

ArtifactId

java-commons
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

java-commons
Common utility classes for Java.
Project URL

Project URL

https://github.com/rbuck/java-commons
Source Code Management

Source Code Management

https://github.com/rbuck/java-commons

Download java-commons

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
log4j : log4j jar 1.2.17

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Java Commons

Maven Central

Build Status

Description

This project provides utility classes for Java development that I have open-sourced under the Apache 2.0 License to the Java community. There are more utility classes than these, but the ones open sourced are used so often that it was believed others may find them useful too.

Dependencies

The project has the following dependencies:

Log4j 1.2.17

Build Procedure

To compile and test the project issue the following commands:

mvn clean install

To release the project issue the following commands:

mvn release:clean
mvn release:prepare -Dgpg.passphrase= -Dgpg.keyname=
mvn release:perform

License

See the LICENSE file herein.

Versions

Version
1.0.2