is not current version
Last Version 3.0.5-alpha

com.github.yoojia:next-web 2.a.20-4

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

GroupId

GroupId

com.github.yoojia
ArtifactId

ArtifactId

next-web
Version

Version

2.a.20-4
Type

Type

jar

Download next-web 2.a.20-4


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