| 组织ID: |
org.atmosphere |
| 项目ID: |
atmosphere-stubs |
| 版本: |
1.0.0 |
| 最后修改时间: |
2019-03-19 16:28:40 |
| 包类型: |
jar |
| 标题: |
atmosphere-weblogic-stub |
| 大小: |
6.94KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-stubs</artifactId>
<version>1.0.0</version>
</dependency>
|
| Gradle引入代码: |
org.atmosphere:atmosphere-stubs:1.0.0
|
| 下载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-compat-project</artifactId>
<version>2.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-stubs</artifactId>
<packaging>bundle</packaging>
<version>1.0.0</version>
<name>atmosphere-weblogic-stub</name>
<url>https://github.com/Atmosphere/atmosphere</url>
<scm>
<connection>scm:git:git@github.com:Atmosphere/atmosphere-compat.git</connection>
<developerConnection>scm:git:git@github.com:Atmosphere/atmosphere-compat.git</developerConnection>
<url>http://github.com/Atmosphere/atmosphere-compat</url>
</scm>
<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>
weblogic.weblogic;version="0.0",
*
</Import-Package>
<Export-Package>
weblogic.weblogic;version="0.0"
</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>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-stubs/pom.properties
META-INF/maven/org.atmosphere/atmosphere-stubs/pom.xml
weblogic.websocket.ClosingMessage.class
weblogic.websocket.WSHandshakeRequest.class
weblogic.websocket.WSHandshakeResponse.class
weblogic.websocket.WebSocketConnection.class
weblogic.websocket.WebSocketContext.class
weblogic.websocket.WebSocketListener.class
weblogic.websocket.annotation.WebSocket.class
|
| 依赖Jar: |
servlet-api-2.5.jar
/javax.servlet/servlet-api/2.5
查看servlet-api所有版本文件
|