is not current version
Last Version 2.5.0-M2.1

org.tinylog:tinylog-jul 1.3

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
Type

Type

jar

Download tinylog-jul 1.3


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