Categories |
CategoriesSLF4J Application Layer Libs Logging |
---|---|
GroupId | GroupIdco.touchlab |
ArtifactId | ArtifactIdkoin-logger-slf4j |
Version | Version2.1.3-mp |
Type | Typejar |
Filename | Size |
---|---|
koin-logger-slf4j-2.1.3-mp.pom | |
koin-logger-slf4j-2.1.3-mp.jar | 3 KB |
koin-logger-slf4j-2.1.3-mp-sources.jar | 1 KB |
koin-logger-slf4j-2.1.3-mp-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/co.touchlab/koin-logger-slf4j/ -->
<dependency>
<groupId>co.touchlab</groupId>
<artifactId>koin-logger-slf4j</artifactId>
<version>2.1.3-mp</version>
</dependency>
// https://jarcasting.com/artifacts/co.touchlab/koin-logger-slf4j/
implementation 'co.touchlab:koin-logger-slf4j:2.1.3-mp'
// https://jarcasting.com/artifacts/co.touchlab/koin-logger-slf4j/
implementation ("co.touchlab:koin-logger-slf4j:2.1.3-mp")
'co.touchlab:koin-logger-slf4j:jar:2.1.3-mp'
<dependency org="co.touchlab" name="koin-logger-slf4j" rev="2.1.3-mp">
<artifact name="koin-logger-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.touchlab', module='koin-logger-slf4j', version='2.1.3-mp')
)
libraryDependencies += "co.touchlab" % "koin-logger-slf4j" % "2.1.3-mp"
[co.touchlab/koin-logger-slf4j "2.1.3-mp"]