is not current version
Last Version 2.0.0-alpha7

org.slf4j:slf4j-simple 1.0-beta4

See http://www.slf4j.org/ . Javadocs for the SimpleLogger are available at http://www.slf4j.org/api/org/slf4j/impl/SimpleLogger.html

Categories

Categories

SLF4J Application Layer Libs Logging
GroupId

GroupId

org.slf4j
ArtifactId

ArtifactId

slf4j-simple
Version

Version

1.0-beta4
Type

Type

jar

Download slf4j-simple 1.0-beta4


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