не последняя версия
Последняя версия 3.0.5-alpha

com.github.yoojia:next-web-velocity 3.0.2-alpha

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

Группа

Группа

com.github.yoojia
Идентификатор

Идентификатор

next-web-velocity
Версия

Версия

3.0.2-alpha
Тип

Тип

jar

Скачать next-web-velocity 3.0.2-alpha


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