is not current version
Last Version 1.3

fr.matthieu-vergne:logging 1.2

Facilities to manage loggers.

Categories

Categories

Logging Application Layer Libs
GroupId

GroupId

fr.matthieu-vergne
ArtifactId

ArtifactId

logging
Version

Version

1.2
Type

Type

jar

Download logging 1.2


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