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

e.praxiscore-code-mima.6.0.0-beta1.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
Show newest version

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;
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy