refcodes-web.3.3.9.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 refcodes-web Show documentation
Show all versions of refcodes-web Show documentation
This artifact provides web (HTTP) related definitions and types being used
by REFCODES.ORG web related functionality and artifacts.
The newest version!
module org.refcodes.web {
requires org.refcodes.factory;
requires org.refcodes.textual;
requires transitive org.refcodes.properties;
requires transitive org.refcodes.data;
requires transitive org.refcodes.exception;
requires transitive org.refcodes.io;
requires transitive org.refcodes.mixin;
requires transitive org.refcodes.net;
requires transitive org.refcodes.security;
requires transitive org.refcodes.struct;
requires transitive org.refcodes.struct.ext.factory;
requires transitive org.refcodes.time;
requires com.fasterxml.jackson.databind;
requires com.fasterxml.jackson.dataformat.yaml;
exports org.refcodes.web;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy