module.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of atrium-core-robstoll Show documentation
Show all versions of atrium-core-robstoll Show documentation
robstoll's <[email protected]> implementation of the core of Atrium for the JVM platform.
module ch.tutteli.atrium.core.robstoll {
requires transitive ch.tutteli.atrium.core.api;
requires ch.tutteli.atrium.core.robstoll.lib;
requires kotlin.stdlib;
exports ch.tutteli.atrium.core.robstoll;
provides ch.tutteli.atrium.core.CoreFactory
with ch.tutteli.atrium.core.robstoll.CoreFactoryImpl;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy