e.praxiscore-code-services.6.0.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 praxiscore-code-services Show documentation
Show all versions of praxiscore-code-services Show documentation
Forest-of-actors runtime supporting real-time systems and real-time recoding - bringing aspects of Erlang, Smalltalk and Extempore to Java.
module org.praxislive.code.services {
requires java.compiler;
requires java.logging;
requires org.praxislive.base;
requires org.praxislive.core;
requires org.praxislive.code;
requires org.praxislive.script;
provides org.praxislive.core.RootHub.ExtensionProvider with
org.praxislive.code.services.CodeServicesExtensionProvider;
provides org.praxislive.script.CommandInstaller with
org.praxislive.code.services.CompilerCommandInstaller;
uses org.praxislive.core.services.ComponentFactoryProvider;
uses org.praxislive.code.LibraryResolver.Provider;
uses org.praxislive.code.LibraryResolver.SystemInfo;
}