nance.prov.prov-template.2.1.1.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 prov-template Show documentation
Show all versions of prov-template Show documentation
A template system for PROV bundles.
The newest version!
module prov.template {
requires com.fasterxml.jackson.annotation;
requires com.fasterxml.jackson.core;
requires com.fasterxml.jackson.databind;
requires org.apache.commons.lang3;
requires org.apache.commons.text;
requires org.apache.logging.log4j;
requires prov.model;
requires java.xml;
exports org.openprovenance.prov.template.json;
exports org.openprovenance.prov.template.json.deserializer;
exports org.openprovenance.prov.template.expander;
exports org.openprovenance.prov.template.expander.exception;
exports org.openprovenance.prov.template.expander.meta;
exports org.openprovenance.prov.template.expander.deprecated;
}