GroupId | GroupIdorg.objectweb.monolog |
---|---|
ArtifactId | ArtifactIdmonolog |
Version | Version2.1.10 |
Type | Typejar |
Filename | Size |
---|---|
monolog-2.1.10.pom | |
monolog-2.1.10.jar | 119 KB |
Browse |
<!-- 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"]