pz-zdoc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.cocolabs</groupId> <artifactId>pz-zdoc</artifactId> <version>3.1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.github.cocolabs</groupId> <artifactId>pz-zdoc</artifactId> <version>3.1.0</version> <name>ZomboidDoc</name> <description>ZomboidDoc is a Lua library compiler for Project Zomboid.</description> <url>https://github.com/cocolabs/pz-zdoc</url> <licenses> <license> <name>GNU General Public License v3.0</name> <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url> </license> </licenses> <developers> <developer> <id>yooks</id> <name>Matthew Cain</name> <email>yooksi@zoho.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/cocolabs/pz-zdoc.git</connection> <developerConnection>scm:git:ssh://github.com:cocolabs/pz-zdoc.git</developerConnection> <url>https://github.com/cocolabs/pz-zdoc</url> </scm> <dependencies> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>30.1-jre</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>j2objc-annotations</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.google.errorprone</groupId> </exclusion> <exclusion> <artifactId>listenablefuture</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>failureaccess</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.google.code.findbugs</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.checkerframework</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.11</version> <scope>runtime</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.8.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> <version>4.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> <version>1.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>5.3.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.14.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> <version>1.13.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>