Skip to content

Celeral/Utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utils

Master Build Status Maven Central Javadoc Sonatype Nexus (Snapshots)

Utilities for writing code leading to good coding practices!

Get it!

Maven

Functionality of this package is contained in Java package com.celeral.utils.

To use the package, you need to use following Maven dependency:

<properties>
  ...
  <!-- Use the latest version whenever possible. -->
  <celeral.version.utils>2.2.0</celeral.version.utils>
  ...
</properties>

<dependencies>
  ...
  <dependency>
    <groupId>com.celeral</groupId>
    <artifactId>utils</artifactId>
    <version>${celeral.version.utils}</version>
  </dependency>
  ...
</dependencies>

or download jars from Central Maven repository.

Non-Maven

For non-Maven use cases, you download jars from Central Maven repository.