e.praxiscore-code-mima.6.0.0-beta1.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-mima Show documentation
Show all versions of praxiscore-code-mima 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.mima {
requires org.praxislive.core;
requires org.praxislive.code;
requires org.praxislive.purl;
requires org.slf4j;
requires org.apache.commons.logging;
requires eu.maveniverse.maven.mima.context;
requires eu.maveniverse.maven.mima.runtime.standalonestatic;
provides org.praxislive.code.LibraryResolver.Provider with
org.praxislive.code.services.mima.MimaResolver.Provider;
}