General purpose utilities.
See file pom.xml.
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>util-apis</artifactId>
<version>0.10</version>
</dependency>
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>gcol</artifactId>
<version>${util.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>util-beans</artifactId>
<version>${util.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>jsong</artifactId>
<version>${util.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>util-logback</artifactId>
<version>${util.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>testutil</artifactId>
<version>${util.version}</version>
<scope>test</scope>
</dependency>
https://oss.sonatype.org/content/groups/public/com/github/gv2011/util-parent/