toryfx.javascript.2.0.0.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 javascript Show documentation
Show all versions of javascript Show documentation
factoryfx dependency injection framework
module io.github.factoryfx.javascript {
requires io.github.factoryfx.factory;
requires closure.compiler.unshaded.v20170218;
requires jdk.scripting.nashorn;
requires jackson.annotations;
requires com.fasterxml.jackson.databind;
requires com.fasterxml.jackson.core;
exports io.github.factoryfx.javascript.data.attributes.types;
}