| Categories | 
                CategoriesLogging Application Layer Libs | 
        
|---|---|
| GroupId | GroupIdcom.github.yoojia | 
    
| ArtifactId | ArtifactIdnext-web-logging | 
    
| Version | Version3.0.2-alpha | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| next-web-logging-3.0.2-alpha.pom | |
| next-web-logging-3.0.2-alpha.jar | 12 KB | 
| next-web-logging-3.0.2-alpha-sources.jar | 5 KB | 
| next-web-logging-3.0.2-alpha-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.yoojia/next-web-logging/ -->
<dependency>
    <groupId>com.github.yoojia</groupId>
    <artifactId>next-web-logging</artifactId>
    <version>3.0.2-alpha</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.yoojia/next-web-logging/
implementation 'com.github.yoojia:next-web-logging:3.0.2-alpha'
                // https://jarcasting.com/artifacts/com.github.yoojia/next-web-logging/
implementation ("com.github.yoojia:next-web-logging:3.0.2-alpha")
                'com.github.yoojia:next-web-logging:jar:3.0.2-alpha'
                <dependency org="com.github.yoojia" name="next-web-logging" rev="3.0.2-alpha">
  <artifact name="next-web-logging" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.yoojia', module='next-web-logging', version='3.0.2-alpha')
)
                libraryDependencies += "com.github.yoojia" % "next-web-logging" % "3.0.2-alpha"
                [com.github.yoojia/next-web-logging "3.0.2-alpha"]