cdc-mf-html
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.gitlab.cdc-java.mf</groupId> <artifactId>cdc-mf-html</artifactId> <version>0.31.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>com.gitlab.cdc-java.mf</groupId> <artifactId>cdc-mf</artifactId> <version>0.31.0</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>cdc-mf-html</artifactId> <name>CDC - MF - HTML</name> <url>https://www.gitlab.com/cdc-java/cdc-mf</url> <dependencies> <dependency> <groupId>com.gitlab.cdc-java.mf</groupId> <artifactId>cdc-mf-model</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.gitlab.cdc-java.graphs</groupId> <artifactId>cdc-graphs-api</artifactId> </dependency> <dependency> <groupId>com.gitlab.cdc-java.graphs</groupId> <artifactId>cdc-graphs-impl</artifactId> </dependency> <dependency> <groupId>com.gitlab.cdc-java.issues</groupId> <artifactId>cdc-issues-api</artifactId> </dependency> <dependency> <groupId>com.gitlab.cdc-java.issues</groupId> <artifactId>cdc-issues-impl</artifactId> </dependency> <dependency> <groupId>com.gitlab.cdc-java.kernel</groupId> <artifactId>cdc-kernel-args</artifactId> </dependency> <dependency> <groupId>com.gitlab.cdc-java.util</groupId> <artifactId>cdc-util-cli</artifactId> </dependency> <dependency> <groupId>com.gitlab.cdc-java.util</groupId> <artifactId>cdc-util-core</artifactId> </dependency> <dependency> <groupId>org.antlr</groupId> <artifactId>ST4</artifactId> </dependency> <dependency> <groupId>net.sourceforge.plantuml</groupId> <artifactId>plantuml</artifactId> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark</artifactId> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-util-ast</artifactId> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-util-data</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> </dependency> <dependency> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.xmlunit</groupId> <artifactId>xmlunit-core</artifactId> <scope>test</scope> </dependency> </dependencies> </project>