| License |
License |
|---|---|
| GroupId | GroupIdcom.github.yoojia |
| ArtifactId | ArtifactIdnext-web-server |
| Version | Version2.r.3 |
| Type | Typejar |
| Description |
DescriptionNextWebKotlin
NextWebKotlin: A Servlet 3+ based micro web framework written in Kotlin
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| next-web-server-2.r.3.pom | |
| next-web-server-2.r.3.jar | 4 KB |
| next-web-server-2.r.3-sources.jar | 3 KB |
| next-web-server-2.r.3-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.yoojia/next-web-server/ -->
<dependency>
<groupId>com.github.yoojia</groupId>
<artifactId>next-web-server</artifactId>
<version>2.r.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yoojia/next-web-server/
implementation 'com.github.yoojia:next-web-server:2.r.3'
// https://jarcasting.com/artifacts/com.github.yoojia/next-web-server/
implementation ("com.github.yoojia:next-web-server:2.r.3")
'com.github.yoojia:next-web-server:jar:2.r.3'
<dependency org="com.github.yoojia" name="next-web-server" rev="2.r.3">
<artifact name="next-web-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yoojia', module='next-web-server', version='2.r.3')
)
libraryDependencies += "com.github.yoojia" % "next-web-server" % "2.r.3"
[com.github.yoojia/next-web-server "2.r.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.jetty.aggregate : jetty-webapp | jar | 8.1.17.v20150415 |