не последняя версия
Последняя версия 2.r.3

com.github.yoojia:next-web-server 2.0-alpha

NextWeb: A micro web framework written in Kotlin

Группа

Группа

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

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

next-web-server
Версия

Версия

2.0-alpha
Тип

Тип

jar

Скачать next-web-server 2.0-alpha


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