is not current version
Last Version 1.0.1

com.github.johncfranco:reactive-logger 1.0.0

A Java library adapting slf4j for reactive applications.

Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

com.github.johncfranco
ArtifactId

ArtifactId

reactive-logger
Version

Version

1.0.0
Type

Type

jar

Download reactive-logger 1.0.0


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