n

nutz

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-1.b.52.jar 下载
nutz-1.b.52.pom 下载
nutz-1.b.52-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.nutz</groupId>
  <artifactId>nutz</artifactId>
  <version>1.b.52</version>
</dependency>
Gradle Groovy
implementation 'org.nutz:nutz:1.b.52'
Gradle Kotlin
implementation("org.nutz:nutz:1.b.52")
Scala SBT
libraryDependencies += "org.nutz" % "nutz" % "1.b.52"
Groovy Grape
@Grapes(
  @Grab(group='org.nutz', module='nutz', version='1.b.52')
)
Apache Ivy
<dependency org="org.nutz" name="nutz" rev="1.b.52" />
Leiningen
[org.nutz/nutz "1.b.52"]
Apache Buildr
'org.nutz:nutz:jar:1.b.52'