refcodes-properties.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-properties Show documentation
Show all versions of refcodes-properties Show documentation
This artifact provides means to read configuration data from various
different locations such as properties from JAR files, file system
files or remote HTTP addresses or GIT repositories.
The newest version!
module org.refcodes.properties {
requires org.refcodes.data;
requires transitive org.refcodes.component;
requires transitive org.refcodes.controlflow;
requires transitive org.refcodes.exception;
requires transitive org.refcodes.mixin;
requires transitive org.refcodes.runtime;
requires transitive org.refcodes.struct;
requires transitive org.refcodes.struct.ext.factory;
exports org.refcodes.properties;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy