is not current version
Last Version 0.2.1

tech.pronghorn:plugin-logging-slf4j 0.2.0

A plugin for the Pronghorn Framework utilizing SLF4J for logging.

Categories

Categories

Logging Application Layer Libs SLF4J
GroupId

GroupId

tech.pronghorn
ArtifactId

ArtifactId

plugin-logging-slf4j
Version

Version

0.2.0
Type

Type

jar

Download plugin-logging-slf4j 0.2.0


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