| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesLogging Application Layer Libs | 
        
| GroupId | GroupIdio.liftwizard | 
    
| ArtifactId | ArtifactIdliftwizard-logging | 
    
| Last Version | Last Version0.25.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionLiftwizard Logging (Module Group) 
            Liftwizard is a collection of bundles and add-ons for Dropwizard, the Java framework for writing web services. 
         | 
    
| Filename | Size | 
|---|---|
| liftwizard-logging-0.25.0.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.liftwizard/liftwizard-logging/ -->
<dependency>
    <groupId>io.liftwizard</groupId>
    <artifactId>liftwizard-logging</artifactId>
    <version>0.25.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/io.liftwizard/liftwizard-logging/
implementation 'io.liftwizard:liftwizard-logging:0.25.0'
                // https://jarcasting.com/artifacts/io.liftwizard/liftwizard-logging/
implementation ("io.liftwizard:liftwizard-logging:0.25.0")
                'io.liftwizard:liftwizard-logging:pom:0.25.0'
                <dependency org="io.liftwizard" name="liftwizard-logging" rev="0.25.0">
  <artifact name="liftwizard-logging" type="pom" />
</dependency>
                @Grapes(
@Grab(group='io.liftwizard', module='liftwizard-logging', version='0.25.0')
)
                libraryDependencies += "io.liftwizard" % "liftwizard-logging" % "0.25.0"
                [io.liftwizard/liftwizard-logging "0.25.0"]