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

.codingstyle.4.10.0.source-code.module-info Maven / Gradle / Ivy

module edu.hm.hafner.codingstyle {
    requires java.xml;
    requires org.apache.commons.lang3;
    requires org.apache.commons.io;
    requires com.github.spotbugs.annotations;
    requires com.google.errorprone.annotations;

    exports edu.hm.hafner.util;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy