![JAR search and dependency download from the Maven repository](/logo.png)
jaul.0.9.11.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 jaul Show documentation
Show all versions of jaul Show documentation
A library used across several JAdpative applications, it provides some common features based on Install4J Runtime.
module com.sshtools.jaul {
requires static transitive com.install4j.runtime;
requires static uk.co.bithatch.nativeimage.annotations;
requires transitive java.prefs;
requires java.xml;
requires java.net.http;
opens com.sshtools.jaul;
exports com.sshtools.jaul;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy