Categories |
CategoriesLogback Application Layer Libs Logging |
---|---|
GroupId | GroupIdcom.onloupe |
ArtifactId | ArtifactIdloupe-logback-support |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.onloupe/loupe-logback-support/ -->
<dependency>
<groupId>com.onloupe</groupId>
<artifactId>loupe-logback-support</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.onloupe/loupe-logback-support/
implementation 'com.onloupe:loupe-logback-support:1.0.1'
// https://jarcasting.com/artifacts/com.onloupe/loupe-logback-support/
implementation ("com.onloupe:loupe-logback-support:1.0.1")
'com.onloupe:loupe-logback-support:jar:1.0.1'
<dependency org="com.onloupe" name="loupe-logback-support" rev="1.0.1">
<artifact name="loupe-logback-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.onloupe', module='loupe-logback-support', version='1.0.1')
)
libraryDependencies += "com.onloupe" % "loupe-logback-support" % "1.0.1"
[com.onloupe/loupe-logback-support "1.0.1"]