License |
License |
---|---|
Categories |
CategoriesSLF4J Application Layer Libs Logging |
GroupId | GroupIdcom.github.greysoft.naf |
ArtifactId | ArtifactIdgreylog-slf4j |
Last Version | Last Version2.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGreyLog SLF4J Binding
Framework for non-blocking socket I/O and timers
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
greylog-slf4j-2.5.0.pom | |
greylog-slf4j-2.5.0.jar | 6 KB |
greylog-slf4j-2.5.0-sources.jar | 4 KB |
greylog-slf4j-2.5.0-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.greysoft.naf/greylog-slf4j/ -->
<dependency>
<groupId>com.github.greysoft.naf</groupId>
<artifactId>greylog-slf4j</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.greysoft.naf/greylog-slf4j/
implementation 'com.github.greysoft.naf:greylog-slf4j:2.5.0'
// https://jarcasting.com/artifacts/com.github.greysoft.naf/greylog-slf4j/
implementation ("com.github.greysoft.naf:greylog-slf4j:2.5.0")
'com.github.greysoft.naf:greylog-slf4j:jar:2.5.0'
<dependency org="com.github.greysoft.naf" name="greylog-slf4j" rev="2.5.0">
<artifact name="greylog-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.greysoft.naf', module='greylog-slf4j', version='2.5.0')
)
libraryDependencies += "com.github.greysoft.naf" % "greylog-slf4j" % "2.5.0"
[com.github.greysoft.naf/greylog-slf4j "2.5.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.greysoft.naf : greylog | jar | 2.5.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.17.0 |