GroupId | GroupIdorg.objectweb.monolog |
---|---|
ArtifactId | ArtifactIdmonolog |
Last Version | Last Version2.1.12 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMonolog :: All in One
Monolog Parent POM
|
Filename | Size |
---|---|
monolog-2.1.12.pom | |
monolog-2.1.12.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.monolog/monolog/ -->
<dependency>
<groupId>org.objectweb.monolog</groupId>
<artifactId>monolog</artifactId>
<version>2.1.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.monolog/monolog/
implementation 'org.objectweb.monolog:monolog:2.1.12'
// https://jarcasting.com/artifacts/org.objectweb.monolog/monolog/
implementation ("org.objectweb.monolog:monolog:2.1.12")
'org.objectweb.monolog:monolog:jar:2.1.12'
<dependency org="org.objectweb.monolog" name="monolog" rev="2.1.12">
<artifact name="monolog" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.monolog', module='monolog', version='2.1.12')
)
libraryDependencies += "org.objectweb.monolog" % "monolog" % "2.1.12"
[org.objectweb.monolog/monolog "2.1.12"]