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