is not current version
Last Version 1.1.0

com.github.roundrop:logback-oneline-converter 1.0.0

A custom logback converter which outputs each log with in line forcely

Categories

Categories

Logback Application Layer Libs Logging
GroupId

GroupId

com.github.roundrop
ArtifactId

ArtifactId

logback-oneline-converter
Version

Version

1.0.0
Type

Type

jar

Download logback-oneline-converter 1.0.0


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