is not current version
Last Version 3.0.5-alpha

com.github.yoojia:next-web-logging 3.0.3-alpha

NextWebKotlin: A Servlet 3+ based micro web framework written in Kotlin

Categories

Categories

Logging Application Layer Libs
GroupId

GroupId

com.github.yoojia
ArtifactId

ArtifactId

next-web-logging
Version

Version

3.0.3-alpha
Type

Type

jar

Download next-web-logging 3.0.3-alpha


<!-- https://jarcasting.com/artifacts/com.github.yoojia/next-web-logging/ -->
<dependency>
    <groupId>com.github.yoojia</groupId>
    <artifactId>next-web-logging</artifactId>
    <version>3.0.3-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yoojia/next-web-logging/
implementation 'com.github.yoojia:next-web-logging:3.0.3-alpha'
// https://jarcasting.com/artifacts/com.github.yoojia/next-web-logging/
implementation ("com.github.yoojia:next-web-logging:3.0.3-alpha")
'com.github.yoojia:next-web-logging:jar:3.0.3-alpha'
<dependency org="com.github.yoojia" name="next-web-logging" rev="3.0.3-alpha">
  <artifact name="next-web-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yoojia', module='next-web-logging', version='3.0.3-alpha')
)
libraryDependencies += "com.github.yoojia" % "next-web-logging" % "3.0.3-alpha"
[com.github.yoojia/next-web-logging "3.0.3-alpha"]