toryfx.copperBridge.3.2.1.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 copperBridge Show documentation
Show all versions of copperBridge Show documentation
factoryfx dependency injection framework
The newest version!
module io.github.factoryfx.copperBridge {
requires transitive io.github.factoryfx.factory;
requires org.copperengine.core;
requires org.copperengine.ext;
requires org.yaml.snakeyaml;
opens io.github.factoryfx.copperbridge;
opens io.github.factoryfx.copperbridge.db;
}