guise-mummy
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.guise</groupId>
<artifactId>guise-mummy</artifactId>
<version>0.5.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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>io.guise</groupId>
<artifactId>guise</artifactId>
<version>0.5.3</version>
</parent>
<artifactId>guise-mummy</artifactId>
<name>Guise Mummy</name>
<description>Guise™ Mummy static site generator library.</description>
<dependencies>
<dependency>
<groupId>com.drewnoakes</groupId>
<artifactId>metadata-extractor</artifactId>
</dependency>
<dependency>
<groupId>com.globalmentor</groupId>
<artifactId>globalmentor-awt</artifactId>
</dependency>
<dependency>
<groupId>com.globalmentor</groupId>
<artifactId>globalmentor-core</artifactId>
</dependency>
<dependency>
<groupId>com.globalmentor</groupId>
<artifactId>globalmentor-html</artifactId>
</dependency>
<dependency>
<groupId>com.globalmentor</groupId>
<artifactId>globalmentor-rdfa-spec</artifactId>
</dependency>
<dependency>
<groupId>com.globalmentor</groupId>
<artifactId>globalmentor-vocab-dcmi</artifactId>
</dependency>
<dependency>
<groupId>com.globalmentor</groupId>
<artifactId>globalmentor-xml</artifactId>
</dependency>
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-all</artifactId>
</dependency>
<dependency>
<groupId>io.clogr</groupId>
<artifactId>clogr</artifactId>
</dependency>
<dependency>
<groupId>io.confound</groupId>
<artifactId>confound-file</artifactId>
</dependency>
<dependency>
<groupId>io.guise</groupId>
<artifactId>guise-mesh</artifactId>
</dependency>
<dependency>
<groupId>io.urf</groupId>
<artifactId>config-file-format-turf-provider</artifactId>
</dependency>
<dependency>
<groupId>io.urf</groupId>
<artifactId>urf-model</artifactId>
</dependency>
<dependency>
<groupId>io.urf</groupId>
<artifactId>turf</artifactId>
</dependency>
<dependency>
<groupId>io.urf</groupId>
<artifactId>urf-vocab-content</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-imaging</artifactId>
</dependency>
<dependency>
<groupId>org.snakeyaml</groupId>
<artifactId>snakeyaml-engine</artifactId>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>faux-pas</artifactId>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>acm</artifactId>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>cloudfront</artifactId>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>route53</artifactId>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>${project.basedir}/src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
</build>
</project>