is not current version
Last Version 2.5.0-M2.1

org.tinylog:tinylog-jul 1.3-rc-1

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-rc-1
Type

Type

jar

Download tinylog-jul 1.3-rc-1


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