n

nutz-web

Nutz, which is a collections of lightweight frameworks, each of them can be used independently
http://nutz.googlecode.com
The Apache Software License, Version 2.0
zozoh Wendal Chen Juqkai
文件下载
文件名 操作
nutz-web-1.r.67.jar 下载
nutz-web-1.r.67.pom 下载
nutz-web-1.r.67-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.nutz</groupId>
  <artifactId>nutz-web</artifactId>
  <version>1.r.67</version>
</dependency>
Gradle Groovy
implementation 'org.nutz:nutz-web:1.r.67'
Gradle Kotlin
implementation("org.nutz:nutz-web:1.r.67")
Scala SBT
libraryDependencies += "org.nutz" % "nutz-web" % "1.r.67"
Groovy Grape
@Grapes(
  @Grab(group='org.nutz', module='nutz-web', version='1.r.67')
)
Apache Ivy
<dependency org="org.nutz" name="nutz-web" rev="1.r.67" />
Leiningen
[org.nutz/nutz-web "1.r.67"]
Apache Buildr
'org.nutz:nutz-web:jar:1.r.67'