Download next-web-1.3.4.jar file - Jar n

Jar examples for n:next-web

Description

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

You can download jar file next-web 1.3.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add next-web-1.3.4.jar to your project.

<dependency>
   <groupId>com.github.yoojia</groupId>
   <artifactId>next-web</artifactId>
   <version>1.3.4</version>
</dependency>
compile group: 'com.github.yoojia', name: 'next-web', version: '1.3.4'
libraryDependencies += "com.github.yoojia" % "next-web" % "1.3.4"
<dependency org="com.github.yoojia" name="next-web" rev="1.3.4"/>
@Grapes(@Grab(group='com.github.yoojia', module='next-web', version='1.3.4'))
'com.github.yoojia:next-web:jar:1.3.4'

Download

Click the following link to download the jar file.

next-web-1.3.4-javadoc.jar
next-web-1.3.4-sources.jar
next-web-1.3.4.jar
next-web-1.3.4.pom



Related Tutorials