| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.yoojia |
| Идентификатор | Идентификаторnext-web |
| Версия | Версия3.0.5-alpha |
| Тип | Типjar |
| Описание |
ОписаниеNextWebKotlin
NextWebKotlin: A Servlet 3+ based micro web framework written in Kotlin
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| next-web-3.0.5-alpha.pom | |
| next-web-3.0.5-alpha.jar | 156 KB |
| next-web-3.0.5-alpha-sources.jar | 81 KB |
| next-web-3.0.5-alpha-javadoc.jar | 42 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.yoojia/next-web/ -->
<dependency>
<groupId>com.github.yoojia</groupId>
<artifactId>next-web</artifactId>
<version>3.0.5-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yoojia/next-web/
implementation 'com.github.yoojia:next-web:3.0.5-alpha'
// https://jarcasting.com/artifacts/com.github.yoojia/next-web/
implementation ("com.github.yoojia:next-web:3.0.5-alpha")
'com.github.yoojia:next-web:jar:3.0.5-alpha'
<dependency org="com.github.yoojia" name="next-web" rev="3.0.5-alpha">
<artifact name="next-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yoojia', module='next-web', version='3.0.5-alpha')
)
libraryDependencies += "com.github.yoojia" % "next-web" % "3.0.5-alpha"
[com.github.yoojia/next-web "3.0.5-alpha"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.0.4 |
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| org.yaml : snakeyaml | jar | 1.17 |
| ch.qos.logback : logback-classic | jar | 1.1.7 |