All Downloads are FREE. Search and download functionalities are using the official Maven repository.

h.mihxil-physics.0.8.1.source-code.module-info Maven / Gradle / Ivy

Go to download

Contains the structure to associate units and dimensionalAnalysis to (uncertain) numbers. i.e. an object to represent a 'measurement'

There is a newer version: 0.14.0
Show newest version
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