Releases: loganathan-sekaran/Java-Utils
Releases · loganathan-sekaran/Java-Utils
Java Utils-1.0.0
Initial release to central repository.
To install use below maven dependency entry:
<dependency>
<groupId>org.vishag</groupId>
<artifactId>java-utils</artifactId>
<version>1.0.0</version>
</dependency>
To install the examples add below maven dependency entry:
<dependency>
<groupId>org.vishag</groupId>
<artifactId>java-utils-examples</artifactId>
<version>1.0.0</version>
</dependency>