iles.tools.sitebuilder.0.0.5.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sitebuilder Show documentation
Show all versions of sitebuilder Show documentation
A simple templating tool useful for building static websites.
module net.jonathangiles.tools.sitebuilder {
requires org.commonmark;
requires org.commonmark.ext.front.matter;
requires com.fasterxml.jackson.annotation;
requires com.fasterxml.jackson.core;
requires com.fasterxml.jackson.databind;
requires com.fasterxml.jackson.datatype.jsr310;
requires com.fasterxml.jackson.dataformat.xml;
exports net.jonathangiles.tools.sitebuilder;
exports net.jonathangiles.tools.sitebuilder.models;
exports net.jonathangiles.tools.sitebuilder.models.input;
exports net.jonathangiles.tools.sitebuilder.util;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy