Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.0.3</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.

You can’t perform that action at this time.