n

nut

A web mvc framework with runtime environment build on java8
https://gitee.com/yeskery/nut
MIT License
Sunjay
Files download
File Operation
nut-1.0.22.jar download
nut-1.0.22.pom download
nut-1.0.22-sources.jar download
Apache Maven
<dependency>
  <groupId>com.yeskery.nut</groupId>
  <artifactId>nut</artifactId>
  <version>1.0.22</version>
</dependency>
Gradle Groovy
implementation 'com.yeskery.nut:nut:1.0.22'
Gradle Kotlin
implementation("com.yeskery.nut:nut:1.0.22")
Scala SBT
libraryDependencies += "com.yeskery.nut" % "nut" % "1.0.22"
Groovy Grape
@Grapes(
  @Grab(group='com.yeskery.nut', module='nut', version='1.0.22')
)
Apache Ivy
<dependency org="com.yeskery.nut" name="nut" rev="1.0.22" />
Leiningen
[com.yeskery.nut/nut "1.0.22"]
Apache Buildr
'com.yeskery.nut:nut:jar:1.0.22'