s

slf4j

This module provides an interface for efficiently writing localized messages out to a SLF4J Logger
文件下载
文件名 操作
slf4j-2.1.3.jar 下载
slf4j-2.1.3.pom 下载
slf4j-2.1.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.openidentityplatform.commons.i18n-framework</groupId>
  <artifactId>slf4j</artifactId>
  <version>2.1.3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.openidentityplatform.commons.i18n-framework:slf4j:2.1.3'
Gradle Kotlin
implementation("org.openidentityplatform.commons.i18n-framework:slf4j:2.1.3")
Scala SBT
libraryDependencies += "org.openidentityplatform.commons.i18n-framework" % "slf4j" % "2.1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.openidentityplatform.commons.i18n-framework', module='slf4j', version='2.1.3')
)
Apache Ivy
<dependency org="org.openidentityplatform.commons.i18n-framework" name="slf4j" rev="2.1.3" />
Leiningen
[org.openidentityplatform.commons.i18n-framework/slf4j "2.1.3"]
Apache Buildr
'org.openidentityplatform.commons.i18n-framework:slf4j:jar:2.1.3'