Skip to content

nitishgoyal13/common-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helper Common Utils Travis build status

This bundle provides utils to help ease the development

Usage

This bundle provides utils to help ease the development

Build instructions

  • Clone the source:

    git clone https://github.com/nitishgoyal13/common-utils.git
    
  • Build

    mvn install
    

Maven Dependency

Use the following repository:

<repository>
    <id>clojars</id>
    <name>Clojars repository</name>
    <url>https://clojars.org/repo</url>
</repository>

Use the following maven dependency:

    <dependency>
      <groupId>com.common.utils</groupId>
      <artifactId>utils</artifactId>
      <version>1.0-SNAPSHOT</version>
    </dependency>

Using Common utils bundle

Just include this maven dependency in the project and start using helper util classes

About

Utils project to ease the development process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages