e.praxiscore-components.6.0.0-beta2.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-components Show documentation
Show all versions of praxiscore-components 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.core.components {
requires org.praxislive.core;
requires org.praxislive.code;
requires org.praxislive.core.code;
provides org.praxislive.core.services.ComponentFactoryProvider with
org.praxislive.core.components.CoreComponents;
opens org.praxislive.core.components;
opens org.praxislive.core.components.resources;
}