| 组织ID: |
org.atmosphere |
| 项目ID: |
atmosphere-compat-jbossweb |
| 版本: |
0.5.6 |
| 最后修改时间: |
2019-10-23 02:29:20 |
| 包类型: |
jar |
| 标题: |
atmosphere-compat-jbossweb |
| 大小: |
4.58KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-compat-jbossweb</artifactId>
<version>0.5.6</version>
</dependency>
|
| Gradle引入代码: |
org.atmosphere:atmosphere-compat-jbossweb:0.5.6
|
| 下载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>0.5.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-compat-jbossweb</artifactId>
<packaging>bundle</packaging>
<version>0.5.6</version>
<name>atmosphere-compat-jbossweb</name>
<url>https://atmosphere.dev.java.net</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>0.5.6</version>
</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-0.5.6.jar
/org.atmosphere/atmosphere-compat-tomcat/0.5.6
查看atmosphere-compat-tomcat所有版本文件
|