wdtk-util
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.wikidata.wdtk</groupId>
<artifactId>wdtk-util</artifactId>
<version>0.16.0</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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.wikidata.wdtk</groupId> <artifactId>wdtk-parent</artifactId> <version>0.16.0</version> </parent> <artifactId>wdtk-util</artifactId> <packaging>jar</packaging> <name>Wikidata Toolkit Utilities</name> <description>General-purpose utilities used by WDTK</description> <dependencies> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> </dependency> </dependencies> </project>