License |
License |
---|---|
Categories |
CategoriesSLF4J Application Layer Libs Logging |
GroupId | GroupIdcom.github.greysoft.loggers |
ArtifactId | ArtifactIdslf4j-logstdio |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongrey-slf4j-logstdio
SLF4J logger with environment-driven config
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
slf4j-logstdio-1.0.0.pom | |
slf4j-logstdio-1.0.0.jar | 20 KB |
slf4j-logstdio-1.0.0-sources.jar | 9 KB |
slf4j-logstdio-1.0.0-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.greysoft.loggers/slf4j-logstdio/ -->
<dependency>
<groupId>com.github.greysoft.loggers</groupId>
<artifactId>slf4j-logstdio</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.greysoft.loggers/slf4j-logstdio/
implementation 'com.github.greysoft.loggers:slf4j-logstdio:1.0.0'
// https://jarcasting.com/artifacts/com.github.greysoft.loggers/slf4j-logstdio/
implementation ("com.github.greysoft.loggers:slf4j-logstdio:1.0.0")
'com.github.greysoft.loggers:slf4j-logstdio:jar:1.0.0'
<dependency org="com.github.greysoft.loggers" name="slf4j-logstdio" rev="1.0.0">
<artifact name="slf4j-logstdio" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.greysoft.loggers', module='slf4j-logstdio', version='1.0.0')
)
libraryDependencies += "com.github.greysoft.loggers" % "slf4j-logstdio" % "1.0.0"
[com.github.greysoft.loggers/slf4j-logstdio "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.mockito : mockito-core | jar | 3.7.7 |