is not current version
Last Version 1.0.1

com.github.ffcfalcos:log-formatter 1.0.0

Log Formatter is a small component to easily generate a structured log message as a json format

Categories

Categories

ORM Data
GroupId

GroupId

com.github.ffcfalcos
ArtifactId

ArtifactId

log-formatter
Version

Version

1.0.0
Type

Type

jar

Download log-formatter 1.0.0


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