is not current version
Last Version 2.1.12

org.objectweb.monolog:monolog 2.1.10


GroupId

GroupId

org.objectweb.monolog
ArtifactId

ArtifactId

monolog
Version

Version

2.1.10
Type

Type

jar

Download monolog 2.1.10


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