h.mihxil-physics.0.8.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 mihxil-physics Show documentation
Show all versions of mihxil-physics Show documentation
Contains the structure to associate units and dimensionalAnalysis to (uncertain) numbers. i.e. an object to represent a 'measurement'
import org.meeuw.math.text.spi.AlgebraicElementFormatProvider;
import org.meeuw.physics.text.spi.*;
/**
* @author Michiel Meeuwissen
* @since 0.4
*/
module org.meeuw.physics {
requires static lombok;
requires static org.checkerframework.checker.qual;
requires static jakarta.validation;
requires org.meeuw.math;
requires org.meeuw.configuration;
requires java.logging;
exports org.meeuw.physics;
uses AlgebraicElementFormatProvider;
provides AlgebraicElementFormatProvider with
DimensionsFormatProvider,
PhysicalNumberFormatProvider,
UnitsFormatProvider
;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy