| 组织ID: |
org.atmosphere |
| 项目ID: |
atmosphere-compat-jbossweb |
| 版本: |
1.0.0.beta3 |
| 最后修改时间: |
2019-10-22 21:21:22 |
| 包类型: |
jar |
| 标题: |
atmosphere-compat-jbossweb |
| 大小: |
4.68KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-compat-jbossweb</artifactId>
<version>1.0.0.beta3</version>
</dependency>
|
| Gradle引入代码: |
org.atmosphere:atmosphere-compat-jbossweb:1.0.0.beta3
|
| 下载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/maven-v4_0_0.xsd">
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-project</artifactId>
<version>1.0.0.beta3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-compat-jbossweb</artifactId>
<packaging>bundle</packaging>
<version>1.0.0.beta3</version>
<name>atmosphere-compat-jbossweb</name>
<url>https://github.com/Atmosphere/atmosphere</url>
<build>
<defaultGoal>install</defaultGoal>
<resources>
<resource>
<directory>src/main/resources</directory>
</resource>
</resources>
<testResources>
<testResource>
<directory>src/test/resources</directory>
</testResource>
</testResources>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${felix-version}</version>
<extensions>true</extensions>
<configuration>
<instructions>
<Import-Package>*</Import-Package>
<Export-Package>
org.jboss.servlet.http.*,
</Export-Package>
</instructions>
</configuration>
<executions>
<execution>
<id>osgi-bundle</id>
<phase>package</phase>
<goals>
<goal>bundle</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>jboss.web</groupId>
<artifactId>jbossweb</artifactId>
<version>${jboss-version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<artifactId>servlet-api</artifactId>
<groupId>org.apache.tomcat</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-compat-tomcat</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/maven/org.atmosphere/atmosphere-compat-jbossweb/pom.properties
META-INF/maven/org.atmosphere/atmosphere-compat-jbossweb/pom.xml
org.jboss.servlet.http.HttpEvent$EventType.class
org.jboss.servlet.http.HttpEvent.class
org.jboss.servlet.http.HttpEventServlet.class
|
| 依赖Jar: |
jbossweb-${jboss-version}.jar
/jboss.web/jbossweb/${jboss-version}
查看jbossweb所有版本文件
atmosphere-compat-tomcat-${project.version}.jar
/org.atmosphere/atmosphere-compat-tomcat/${project.version}
查看atmosphere-compat-tomcat所有版本文件
servlet-api-2.5.jar
/javax.servlet/servlet-api/2.5
查看servlet-api所有版本文件
|