tools-var
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>tools-var</artifactId>
<version>0.25</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.gv2011</groupId>
<artifactId>tools</artifactId>
<version>0.25</version>
</parent>
<artifactId>tools-var</artifactId>
<name>tools-var</name>
<description>Various small tools.</description>
<dependencies>
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>util-apis</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>com.fazecast</groupId>
<artifactId>jSerialComm</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.angus</groupId>
<artifactId>angus-activation</artifactId>
<version>2.0.3</version>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
</dependency>
<dependency>
<groupId>com.github.lookfirst</groupId>
<artifactId>sardine</artifactId>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.googlecode.ez-vcard</groupId>
<artifactId>ez-vcard</artifactId>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
</dependency>
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>util-gcol</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>util-beans</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>util-json</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>gsoncore</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>util-tika</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>logback-adapter</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>testutil</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>