Skip to content

sdgdsffdsfff/nutz

 
 

Repository files navigation

Nutz

Build Status Circle CI Coverity Scan Build Status Maven Central codecov.io GitHub release License

Join the chat at https://gitter.im/nutzam/nutz

对于 Java 程序员来说,除 SSH 之外,的另一个选择

Talk is cheap. Show me the code!!

项目目标

在力所能及的情况下,最大限度的提高 Web 开发人员的生产力。

项目各种资源地址

现已通过 Oracle JDK 8、Oracle JDK 7、OpenJDK 7、OpenJDK 6下的 maven 测试,请查阅 Travis CI地址CircleCI地址

Maven 资源

稳定发布版本

		<dependency>
			<groupId>org.nutz</groupId>
			<artifactId>nutz</artifactId>
			<version>1.b.52</version>
		</dependency>

快照版本在每次提交后会自动deploy到sonatype快照库,享受各种bug fix和新功能

		<dependency>
			<groupId>org.nutz</groupId>
			<artifactId>nutz</artifactId>
			<version>1.b.53-SNAPSHOT</version>
		</dependency>

关于如何在maven启用下载快照版本,可以参阅How to download SNAPSHOT version from maven SNAPSHOT repository?

或者你可以直接去快照库下载

Sponsorship

YourKit supports open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of YourKit Java Profiler and YourKit .NET Profiler, innovative and intelligent tools for profiling Java and .NET applications.

YourKit Logo

Packages

No packages published

Languages

  • Java 99.8%
  • Other 0.2%