io.github.factoryfx.javafx.css.Main Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javafxFactoryEditing Show documentation
Show all versions of javafxFactoryEditing Show documentation
factoryfx dependency injection framework
package io.github.factoryfx.javafx.css;
public class Main {
public static void main(String[] args) {
CssUtil.getURL();
}
}