libayatana-appindicator-java-full.1.4.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 libayatana-appindicator-java-full Show documentation
Show all versions of libayatana-appindicator-java-full Show documentation
Java bindings for libayatana-appindicator in 100% pure Java
module org.purejava.appindicator {
requires org.slf4j;
exports org.purejava.appindicator;
}