Common utilities and classes for brokerage services usage.
Add this repository to your pom.xml file:
<repository>
<id>Commons-mvn-repo</id>
<url>https://raw.github.com/arashk1368/Commons/mvn-repo/</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>And also add this dependecy for usage:
<dependency>
<groupId>cloudservices.brokerage</groupId>
<artifactId>Commons</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>