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

.kotlinx.kotlinx-coroutines-slf4j.1.9.0-RC.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 1.10.1
Show newest version
module kotlinx.coroutines.slf4j {
    requires kotlin.stdlib;
    requires kotlinx.coroutines.core;
    requires org.slf4j;

    exports kotlinx.coroutines.slf4j;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy