is not current version
Last Version 2.1.12

org.objectweb.monolog:monolog 1.8

Monolog is API of monitoring and logging

GroupId

GroupId

org.objectweb.monolog
ArtifactId

ArtifactId

monolog
Version

Version

1.8
Type

Type

jar

Download monolog 1.8


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