Liking cljdoc? Tell your friends :D

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

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close