| 组织ID: |
org.webjars |
| 项目ID: |
webjars-servlet-2.x |
| 版本: |
1.3 |
| 最后修改时间: |
2019-10-29 03:48:22 |
| 包类型: |
jar |
| 标题: |
webjars-servlet-2.x |
| 大小: |
5.31KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.webjars</groupId>
<artifactId>webjars-servlet-2.x</artifactId>
<version>1.3</version>
</dependency>
|
| Gradle引入代码: |
org.webjars:webjars-servlet-2.x:1.3
|
| 下载Jar包: |
|
| POM文件内容: |
<?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.3</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.3</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>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.webjars.servlet.WebjarsServlet.class
META-INF/maven/org.webjars/webjars-servlet-2.x/pom.xml
META-INF/maven/org.webjars/webjars-servlet-2.x/pom.properties
|
| 依赖Jar: |
servlet-api-2.3.jar
/javax.servlet/servlet-api/2.3
查看servlet-api所有版本文件
|