не последняя версия
Последняя версия 1.5.11

org.slf4j:jcl104-over-slf4j 1.0-beta9

See http://www.slf4j.org/manual.html#gradual for details Please note that jcl104-over-slf4j requires a valid SLF4J binding. However, since the binding can vary according to your taste, the SLF4J requirement is NOT listed in this project file. Javadocs for the JCL over SLF4J are available at http://www.slf4j.org/api/overview-summary.html

Категории

Категории

SLF4J Библиотеки уровня приложения Logging
Группа

Группа

org.slf4j
Идентификатор

Идентификатор

jcl104-over-slf4j
Версия

Версия

1.0-beta9
Тип

Тип

jar

Скачать jcl104-over-slf4j 1.0-beta9


<!-- https://jarcasting.com/artifacts/org.slf4j/jcl104-over-slf4j/ -->
<dependency>
    <groupId>org.slf4j</groupId>
    <artifactId>jcl104-over-slf4j</artifactId>
    <version>1.0-beta9</version>
</dependency>
// https://jarcasting.com/artifacts/org.slf4j/jcl104-over-slf4j/
implementation 'org.slf4j:jcl104-over-slf4j:1.0-beta9'
// https://jarcasting.com/artifacts/org.slf4j/jcl104-over-slf4j/
implementation ("org.slf4j:jcl104-over-slf4j:1.0-beta9")
'org.slf4j:jcl104-over-slf4j:jar:1.0-beta9'
<dependency org="org.slf4j" name="jcl104-over-slf4j" rev="1.0-beta9">
  <artifact name="jcl104-over-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.slf4j', module='jcl104-over-slf4j', version='1.0-beta9')
)
libraryDependencies += "org.slf4j" % "jcl104-over-slf4j" % "1.0-beta9"
[org.slf4j/jcl104-over-slf4j "1.0-beta9"]