| License | 
                License
                                                        License                                                 
                                    
                                                        Notice                                                 
                             | 
        
|---|---|
| Categories | 
                CategoriesVMware Container Virtualization Tools Logging Application Layer Libs | 
        
| GroupId | GroupIdcom.vmware.xenon | 
    
| ArtifactId | ArtifactIdlogging | 
    
| Last Version | Last Version0.0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionlogging 
            Sl4j bridge to Xenon logging framework (based on JUL). 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| logging-0.0.1.pom | 8 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.vmware.xenon/logging/ -->
<dependency>
    <groupId>com.vmware.xenon</groupId>
    <artifactId>logging</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.vmware.xenon/logging/
implementation 'com.vmware.xenon:logging:0.0.1'
                // https://jarcasting.com/artifacts/com.vmware.xenon/logging/
implementation ("com.vmware.xenon:logging:0.0.1")
                'com.vmware.xenon:logging:pom:0.0.1'
                <dependency org="com.vmware.xenon" name="logging" rev="0.0.1">
  <artifact name="logging" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.vmware.xenon', module='logging', version='0.0.1')
)
                libraryDependencies += "com.vmware.xenon" % "logging" % "0.0.1"
                [com.vmware.xenon/logging "0.0.1"]