This bundle provides utils to help ease the development
This bundle provides utils to help ease the development
Clone the source:
git clone https://github.com/nitishgoyal13/common-utils.git
Build
mvn install
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>
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