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

module.module-info Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
module ch.tutteli.atrium.verbs {
    requires ch.tutteli.atrium.domain.builders;
    requires kotlin.stdlib;

    //TODO 0.17.0 remove
    uses ch.tutteli.atrium.reporting.ReporterFactory;

    exports ch.tutteli.atrium.api.verbs;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy