![JAR search and dependency download from the Maven repository](/logo.png)
com.github.simonharmonicminor.juu.measure.MeasureUnit Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-useful-utils Show documentation
Show all versions of java-useful-utils Show documentation
Just some useful utils for everyday coding
package com.github.simonharmonicminor.juu.measure;
/**
* Represents unit of measuring
* @since 0.1
*/
public enum MeasureUnit {
MILLIS, NANOS
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy