.kotlinx.kotlinx-coroutines-slf4j.1.9.0-RC.2.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 kotlinx-coroutines-slf4j Show documentation
Show all versions of kotlinx-coroutines-slf4j Show documentation
Coroutines support libraries for Kotlin
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