Skip to content

Java Utils-1.0.0

Latest
Compare
Choose a tag to compare
@loganathan001 loganathan001 released this 15 Jan 15:50
· 4 commits to master since this release
02c6f8c

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>