You can download webjars-servlet-2.x-2.x.jar in this page.
MIT
webjars-servlet-2.x-2.x.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.webjars/webjars-servlet-2.x/pom.properties META-INF/maven/org.webjars/webjars-servlet-2.x/pom.xml org.webjars.servlet.WebjarsServlet.class
webjars-servlet-2.x-2.x.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <groupId>org.webjars</groupId> <artifactId>webjars-servlet-2.x</artifactId> <version>1.1</version> <packaging>jar</packaging> <name>webjars-servlet-2.x</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <developers> <developer> <id>aruizca</id> <name>Angel Ruiz</name> <email>aruizca@gmail.com</email> </developer> </developers> <licenses> <license> <name>MIT</name> <url>https://raw.githubusercontent.com/aruizca/webjars-servlet-2.x/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>http://github.com/webjars/${project.artifactId}</url> <connection>scm:git:https://github.com/webjars/${project.artifactId}.git</connection> <developerConnection>scm:git:https://github.com/webjars/${project.artifactId}.git</developerConnection> <tag>webjars-servlet-2.x-1.1</tag> </scm> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.2</version> <configuration> <source>1.5</source> <target>1.5</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.4</version> <executions> <execution> <id>attach-sources</id> <phase>verify</phase> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.5.1</version> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.5</version> <extensions>true</extensions> <configuration> <serverId>sonatype-nexus-staging</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.3</version> <scope>provided</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.webjars</groupId> <artifactId>webjars-servlet-2.x</artifactId> <version>2.x</version> </dependency>
If you think the following webjars-servlet-2.x-2.x.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download webjars-servlet-2.x-2.x.jar file