is not current version
Last Version 2.0.8.RELEASE

io.projectreactor:reactor-logback 2.0.0.RC1

Async Logback appender implementation

Categories

Categories

React User Interface Web Frameworks Logback Application Layer Libs Logging Reactor Container Microservices Reactive libraries
GroupId

GroupId

io.projectreactor
ArtifactId

ArtifactId

reactor-logback
Version

Version

2.0.0.RC1
Type

Type

jar

Download reactor-logback 2.0.0.RC1


<!-- https://jarcasting.com/artifacts/io.projectreactor/reactor-logback/ -->
<dependency>
    <groupId>io.projectreactor</groupId>
    <artifactId>reactor-logback</artifactId>
    <version>2.0.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.projectreactor/reactor-logback/
implementation 'io.projectreactor:reactor-logback:2.0.0.RC1'
// https://jarcasting.com/artifacts/io.projectreactor/reactor-logback/
implementation ("io.projectreactor:reactor-logback:2.0.0.RC1")
'io.projectreactor:reactor-logback:jar:2.0.0.RC1'
<dependency org="io.projectreactor" name="reactor-logback" rev="2.0.0.RC1">
  <artifact name="reactor-logback" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.projectreactor', module='reactor-logback', version='2.0.0.RC1')
)
libraryDependencies += "io.projectreactor" % "reactor-logback" % "2.0.0.RC1"
[io.projectreactor/reactor-logback "2.0.0.RC1"]