e.praxiscore-hub-net.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-hub-net Show documentation
Show all versions of praxiscore-hub-net 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.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;
}