All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jaul.0.9.11.source-code.module-info Maven / Gradle / Ivy

Go to download

A library used across several JAdpative applications, it provides some common features based on Install4J Runtime.

There is a newer version: 0.9.13
Show newest version
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