is not current version
Last Version 1.2.25

org.slf4j:nlog4j 1.2.23

nlog4j - NLOG4J is a production-quality log4j-replacement with native SLF4J API support. See http://www.slf4j.org/nlog4j/

Categories

Categories

SLF4J Application Layer Libs Logging
GroupId

GroupId

org.slf4j
ArtifactId

ArtifactId

nlog4j
Version

Version

1.2.23
Type

Type

jar

Download nlog4j 1.2.23


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