| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesLogging Application Layer Libs SLF4J | 
        
| GroupId | GroupIduk.co.nichesolutions.logging.log4j | 
    
| ArtifactId | ArtifactIdlog4j-slf4j-impl | 
    
| Version | Version2.6.3-CUSTOM | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionApache Log4j SLF4J Binding 
            The Apache Log4j SLF4J API binding to Log4j 2 Core 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/uk.co.nichesolutions.logging.log4j/log4j-slf4j-impl/ -->
<dependency>
    <groupId>uk.co.nichesolutions.logging.log4j</groupId>
    <artifactId>log4j-slf4j-impl</artifactId>
    <version>2.6.3-CUSTOM</version>
</dependency>
                // https://jarcasting.com/artifacts/uk.co.nichesolutions.logging.log4j/log4j-slf4j-impl/
implementation 'uk.co.nichesolutions.logging.log4j:log4j-slf4j-impl:2.6.3-CUSTOM'
                // https://jarcasting.com/artifacts/uk.co.nichesolutions.logging.log4j/log4j-slf4j-impl/
implementation ("uk.co.nichesolutions.logging.log4j:log4j-slf4j-impl:2.6.3-CUSTOM")
                'uk.co.nichesolutions.logging.log4j:log4j-slf4j-impl:jar:2.6.3-CUSTOM'
                <dependency org="uk.co.nichesolutions.logging.log4j" name="log4j-slf4j-impl" rev="2.6.3-CUSTOM">
  <artifact name="log4j-slf4j-impl" type="jar" />
</dependency>
                @Grapes(
@Grab(group='uk.co.nichesolutions.logging.log4j', module='log4j-slf4j-impl', version='2.6.3-CUSTOM')
)
                libraryDependencies += "uk.co.nichesolutions.logging.log4j" % "log4j-slf4j-impl" % "2.6.3-CUSTOM"
                [uk.co.nichesolutions.logging.log4j/log4j-slf4j-impl "2.6.3-CUSTOM"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| uk.co.nichesolutions : slf4j-api | jar | 1.7.22-CUSTOM | 
| uk.co.nichesolutions : slf4j-ext Optional | jar | 1.7.22-CUSTOM | 
| uk.co.nichesolutions.logging.log4j : log4j-api | jar | 2.6.3-CUSTOM | 
| Group / Artifact | Type | Version | 
|---|---|---|
| uk.co.nichesolutions.logging.log4j : log4j-api | test-jar | 2.6.3-CUSTOM | 
| org.apache.commons : commons-lang3 | jar | 3.4 | 
| uk.co.nichesolutions.logging.log4j : log4j-core | jar | 2.6.3-CUSTOM | 
| uk.co.nichesolutions.logging.log4j : log4j-core | test-jar | 2.6.3-CUSTOM | 
| junit : junit | jar | 4.12 |