
auncher.wildfly-launcher.1.0.0.Final.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 wildfly-launcher Show documentation
Show all versions of wildfly-launcher Show documentation
Tooling for launching WildFly technology stack processes.
The newest version!
/**
* @author James R. Perkins
*/
module org.wildfly.launcher {
// Only required for compiling
requires static org.jboss.logging.annotations;
exports org.wildfly.core.launcher;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy