is not current version
Last Version 2.5.0-M2.1

org.tinylog:tinylog-jul 1.3.4

tinylog API for java.util.logging based application and web servers

Categories

Categories

tinylog Application Layer Libs Logging
GroupId

GroupId

org.tinylog
ArtifactId

ArtifactId

tinylog-jul
Version

Version

1.3.4
Type

Type

jar

Download tinylog-jul 1.3.4


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