Skip to content

Releases: loganathan-sekaran/Java-Utils

Java Utils-1.0.0

15 Jan 15:50
02c6f8c
Compare
Choose a tag to compare

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>