License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs SLF4J |
GroupId | GroupIdtech.pronghorn |
ArtifactId | ArtifactIdplugin-logging-slf4j |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPronghorn Framework SLF4J Logging Plugin
A plugin for the Pronghorn Framework utilizing SLF4J for logging.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
plugin-logging-slf4j-0.2.1.pom | |
plugin-logging-slf4j-0.2.1.jar | 2 KB |
plugin-logging-slf4j-0.2.1-sources.jar | 1 KB |
plugin-logging-slf4j-0.2.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/tech.pronghorn/plugin-logging-slf4j/ -->
<dependency>
<groupId>tech.pronghorn</groupId>
<artifactId>plugin-logging-slf4j</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/tech.pronghorn/plugin-logging-slf4j/
implementation 'tech.pronghorn:plugin-logging-slf4j:0.2.1'
// https://jarcasting.com/artifacts/tech.pronghorn/plugin-logging-slf4j/
implementation ("tech.pronghorn:plugin-logging-slf4j:0.2.1")
'tech.pronghorn:plugin-logging-slf4j:jar:0.2.1'
<dependency org="tech.pronghorn" name="plugin-logging-slf4j" rev="0.2.1">
<artifact name="plugin-logging-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.pronghorn', module='plugin-logging-slf4j', version='0.2.1')
)
libraryDependencies += "tech.pronghorn" % "plugin-logging-slf4j" % "0.2.1"
[tech.pronghorn/plugin-logging-slf4j "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.2.31 |
org.slf4j : slf4j-api | jar | 1.7.25 |
tech.pronghorn : common | jar | 0.2.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.1.0 |
org.mockito : mockito-core | jar | 2.16.0 |