You can download nutz-web-1.b.49.jar in this page.
The Apache Software License, Version 2.0
nutz-web-1.b.49.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.nutz/nutz-web/pom.properties META-INF/maven/org.nutz/nutz-web/pom.xml org.nutz.web.NutOnlyWebServer.class org.nutz.web.WebConfig.class org.nutz.web.WebException.class org.nutz.web.WebLauncher.class org.nutz.web.WebServer.class org.nutz.web.Webs.class org.nutz.web.ajax.Ajax.class org.nutz.web.ajax.AjaxCheckSession.class org.nutz.web.ajax.AjaxReturn.class org.nutz.web.ajax.AjaxT.class org.nutz.web.ajax.AjaxView.class org.nutz.web.ajax.AjaxViewMaker.class org.nutz.web.error.ErrPageView.class org.nutz.web.error.ErrPageViewMaker.class org.nutz.web.fliter.CheckLogin.class org.nutz.web.fliter.CheckNotLogin.class org.nutz.web.god.GodKey.class org.nutz.web.jsp.RsScaner.class org.nutz.web.maker.ProjectConf.class org.nutz.web.maker.WebMaker.class org.nutz.web.maker.conf.java.tmpl org.nutz.web.maker.launcher.java.tmpl org.nutz.web.maker.mainModule.java.tmpl org.nutz.web.maker.project.java.tmpl org.nutz.web.maker.setup.java.tmpl org.nutz.web.maker.subModule.java.tmpl org.nutz.web.processor.NoPrintFailProcessor.class org.nutz.web.query.SORT.class org.nutz.web.query.WebOrderField.class org.nutz.web.query.WebQuery.class org.nutz.web.query.WebQueryResult.class org/nutz/web/error/errpage.html.tmpl org/nutz/web/maker/404.html.tmpl org/nutz/web/maker/index.jsp.tmpl org/nutz/web/maker/ioc.js.tmpl org/nutz/web/maker/log4j.properties.tmpl org/nutz/web/maker/web.properties.tmpl org/nutz/web/maker/web.xml.tmpl
nutz-web-1.b.49.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.nutz</groupId> <artifactId>nutz-web</artifactId> <packaging>jar</packaging> <name>Nutz-Web</name> <version>1.b.49</version> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <description>Nutz, which is a collections of lightweight frameworks, each of them can be used independently</description> <url>http://nutz.googlecode.com</url> <issueManagement> <system>Github Issue</system> <url>http://github.com/nutzam/nutz/issues</url> </issueManagement> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>zozoh</id> <name>zozoh</name> <email>zozohtnt@gmail.com</email> <url>http://weibo.com/zozoh</url> </developer> <developer> <id>wendal</id> <name>Wendal Chen</name> <email>wendal1985@gmail.com</email> <url>http://wendal.net/</url> </developer> <developer> <id>juqkai</id> <name>Juqkai</name> <email>Bird.Wyatt@gmail.com</email> <url>https://github.com/juqkai</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/nutzam/nutz.git</connection> <developerConnection>scm:git:git://github.com/nutzam/nutz.git</developerConnection> <url>git://github.com/nutzam/nutz.git</url> </scm> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <repositories> </repositories> <dependencies> <dependency> <groupId>org.nutz</groupId> <artifactId>nutz</artifactId> <version>1.b.49</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.eclipse.jetty.aggregate</groupId> <artifactId>jetty-all-server</artifactId> <version>7.6.4.v20120524</version> <scope>provided</scope> </dependency> </dependencies> <build> <sourceDirectory>${project.basedir}/src</sourceDirectory> <testSourceDirectory>${project.basedir}/test</testSourceDirectory> <resources> <resource> <directory>${project.basedir}/src</directory> <filtering>false</filtering> <excludes> <exclude>**/*.java</exclude> </excludes> </resource> </resources> <testResources> <testResource> <directory>${project.basedir}/test</directory> <filtering>false</filtering> <excludes> <exclude>**/*.java</exclude> </excludes> </testResource> </testResources> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.5</version> <configuration> <source>1.6</source> <target>1.6</target> </configuration> </plugin> <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> <version>7.6.4.v20120524</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <forkMode>once</forkMode> <argLine>-Dfile.encoding=UTF-8</argLine> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.nutz</groupId> <artifactId>nutz-web</artifactId> <version>1.b.49</version> </dependency>
If you think the following nutz-web-1.b.49.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download nutz-web-1.b.49.jar file