is not current version
Last Version 1.2

com.splinter-log:splinter-logging-util 1.1

This project contains the libraries that assist in printing logs with a specific format, to be consumed by Splinter.

Categories

Categories

Logging Application Layer Libs
GroupId

GroupId

com.splinter-log
ArtifactId

ArtifactId

splinter-logging-util
Version

Version

1.1
Type

Type

jar

Download splinter-logging-util 1.1


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