Tristan971/EasyFXML

View on GitHub
easyfxml-native/easyfxml-platform/src/main/java/module-info.java

Summary

Maintainability
A
0 mins
Test Coverage
open module moe.tristan.easyfxml.natives.platform {

    exports moe.tristan.easyfxml.natives.platform;

    requires java.annotation;

    requires spring.beans;
    requires spring.boot;
    requires spring.boot.autoconfigure;
    requires spring.context;
    requires spring.core;

    requires oshi.core;

    requires org.slf4j;

}