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

e.praxiscore-hub-net.6.0.0.source-code.module-info Maven / Gradle / Ivy

Go to download

Forest-of-actors runtime supporting real-time systems and real-time recoding - bringing aspects of Erlang, Smalltalk and Extempore to Java.

There is a newer version: 6.0.0-beta2
Show newest version
module org.praxislive.hub.net {

    requires org.praxislive.hub;
    requires org.praxislive.core;
    requires org.praxislive.base;
    requires org.praxislive.script;

    requires com.amazon.ion;
    requires io.netty.common;
    requires io.netty.buffer;
    requires io.netty.codec;
    requires io.netty.codec.http;
    requires io.netty.handler;
    requires io.netty.transport;

    exports org.praxislive.hub.net;

    provides org.praxislive.script.CommandInstaller with
            org.praxislive.hub.net.internal.HubNetCommands;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy