| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesLogging Application Layer Libs | 
        
| GroupId | GroupIdbr.com.ppm | 
    
| ArtifactId | ArtifactIdppm-logging | 
    
| Last Version | Last Version1.0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionPPM Logging 
            PPM Logging Library - A Fluent Log API on Top of Log4j2 
         | 
    
| Filename | Size | 
|---|---|
| ppm-logging-1.0.1.pom | |
| ppm-logging-1.0.1.jar | 26 KB | 
| ppm-logging-1.0.1-sources.jar | 29 KB | 
| ppm-logging-1.0.1-javadoc.jar | 111 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/br.com.ppm/ppm-logging/ -->
<dependency>
    <groupId>br.com.ppm</groupId>
    <artifactId>ppm-logging</artifactId>
    <version>1.0.1</version>
</dependency>
                // https://jarcasting.com/artifacts/br.com.ppm/ppm-logging/
implementation 'br.com.ppm:ppm-logging:1.0.1'
                // https://jarcasting.com/artifacts/br.com.ppm/ppm-logging/
implementation ("br.com.ppm:ppm-logging:1.0.1")
                'br.com.ppm:ppm-logging:jar:1.0.1'
                <dependency org="br.com.ppm" name="ppm-logging" rev="1.0.1">
  <artifact name="ppm-logging" type="jar" />
</dependency>
                @Grapes(
@Grab(group='br.com.ppm', module='ppm-logging', version='1.0.1')
)
                libraryDependencies += "br.com.ppm" % "ppm-logging" % "1.0.1"
                [br.com.ppm/ppm-logging "1.0.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| br.com.ppm : ppm-commons | jar | 2.1.0 | 
| org.apache.logging.log4j : log4j-api | jar | 2.14.1 | 
| org.apache.logging.log4j : log4j-core | jar | 2.14.1 | 
| org.apache.logging.log4j : log4j-jul | jar | 2.14.1 | 
| org.jacoco : jacoco-maven-plugin | jar | 0.8.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| br.com.ppm : test-helper | jar | 0.1.5 |