toryfx.initializr.3.2.3.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 initializr Show documentation
Show all versions of initializr Show documentation
factoryfx dependency injection framework
module io.github.factoryfx.starter {
requires transitive io.github.factoryfx.factory;
requires com.squareup.javapoet;
requires java.compiler;
requires io.github.factoryfx.jettyFactory;
requires org.eclipse.jetty.server;
requires jakarta.ws.rs;
exports io.github.factoryfx.initializr;
exports io.github.factoryfx.initializr.template;
}