You can download ninja-servlet-2.1.0.jar in this page.
Apache License
ninja-servlet-2.1.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.ninjaframework/ninja-servlet/pom.properties META-INF/maven/org.ninjaframework/ninja-servlet/pom.xml ninja.servlet.ContextImpl.class ninja.servlet.CookieHelper.class ninja.servlet.NinjaBootstap.class ninja.servlet.NinjaServletDispatcher.class ninja.servlet.NinjaServletListener.class ninja.servlet.ResponseStreamsServlet.class ninja.servlet.async.AsyncStrategy.class ninja.servlet.async.AsyncStrategyFactory.class ninja.servlet.async.AsyncStrategyFactoryHolder.class ninja.servlet.async.BlockingAsyncStrategy.class ninja.servlet.async.Servlet3AsyncStrategy.class ninja.servlet.util.Request.class ninja.servlet.util.RequestExtractor.class ninja.servlet.util.Response.class ninja.servlet.util.ResponseExtractor.class
ninja-servlet-2.1.0.pom file content.
<!-- Copyright (C) 2013 the original author or authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <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> <artifactId>ninja-servlet</artifactId> <parent> <groupId>org.ninjaframework</groupId> <artifactId>ninja</artifactId> <version>2.1.0</version> </parent> <url>http://www.ninjaframework.org</url> <dependencies> <dependency> <groupId>org.ninjaframework</groupId> <artifactId>ninja-core</artifactId> <version>2.1.0</version> </dependency> <dependency> <groupId>com.google.inject.extensions</groupId> <artifactId>guice-servlet</artifactId> <version>3.0</version> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.0.1</version> <scope>provided</scope> </dependency> <!-- Testing is mainly done by mockito: --> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>1.9.0</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <!-- junit-dep has all dependencies declared, rather than bundled (bundled causes massive classpath headaches) --> <artifactId>junit-dep</artifactId> <version>4.8.1</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.ninjaframework</groupId> <artifactId>ninja-servlet</artifactId> <version>2.1.0</version> </dependency>
If you think the following ninja-servlet-2.1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download ninja-servlet-2.1.0.jar file