组织ID: |
activemq |
项目ID: |
activemq-web |
版本: |
4.0-M3 |
最后修改时间: |
2018-09-08 08:38:55 |
包类型: |
jar |
标题: |
ActiveMQ :: Web |
描述: |
Web Connector for REST API and Streamlets support |
大小: |
18.66KB |
|
Maven引入代码: |
<dependency>
<groupId>activemq</groupId>
<artifactId>activemq-web</artifactId>
<version>4.0-M3</version>
</dependency>
|
Gradle引入代码: |
activemq:activemq-web:4.0-M3
|
下载Jar包: |
|
POM文件内容: |
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>activemq-web</groupId>
<artifactId>activemq-web</artifactId>
<name>ActiveMQ :: Web</name>
<version>4.0-M3</version>
<description>Web Connector for REST API and Streamlets support</description>
<dependencies>
<dependency>
<groupId>activemq</groupId>
<artifactId>activemq</artifactId>
<version>${pom.currentVersion}</version>
</dependency>
<dependency>
<groupId>activemq</groupId>
<artifactId>activemq-core-test</artifactId>
<version>${pom.currentVersion}</version>
</dependency>
<dependency>
<groupId>springframework</groupId>
<artifactId>spring</artifactId>
<version>${spring_version}</version>
</dependency>
<dependency>
<groupId>activeio</groupId>
<artifactId>activeio</artifactId>
<version>${activeio_version}</version>
</dependency>
<dependency>
<groupId>geronimo-spec</groupId>
<artifactId>geronimo-spec-jsp</artifactId>
<version>${geronimo_spec_jsp_version}</version>
</dependency>
<dependency>
<groupId>jetty</groupId>
<artifactId>servlet-api</artifactId>
<version>${servlet_api_version}</version>
</dependency>
<dependency>
<groupId>jetty</groupId>
<artifactId>jetty</artifactId>
<version>${jetty_version}</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.activemq.web.ConnectionManager.class
org.activemq.web.MessageServlet$Listener.class
org.activemq.web.MessageServlet.class
org.activemq.web.MessageServletSupport.class
org.activemq.web.NoDestinationSuppliedException.class
org.activemq.web.PortfolioPublishServlet.class
org.activemq.web.SpringBrokerContextListener.class
org.activemq.web.WebClient$SessionConsumerPair.class
org.activemq.web.WebClient.class
|
依赖Jar: |
activemq-${pom.currentVersion}.jar
/activemq/activemq/${pom.currentVersion}
查看activemq所有版本文件
activemq-core-test-${pom.currentVersion}.jar
/activemq/activemq-core-test/${pom.currentVersion}
查看activemq-core-test所有版本文件
spring-${spring_version}.jar
/springframework/spring/${spring_version}
查看spring所有版本文件
activeio-${activeio_version}.jar
/activeio/activeio/${activeio_version}
查看activeio所有版本文件
geronimo-spec-jsp-${geronimo_spec_jsp_version}.jar
/geronimo-spec/geronimo-spec-jsp/${geronimo_spec_jsp_version}
查看geronimo-spec-jsp所有版本文件
servlet-api-${servlet_api_version}.jar
/jetty/servlet-api/${servlet_api_version}
查看servlet-api所有版本文件
jetty-${jetty_version}.jar
/jetty/jetty/${jetty_version}
查看jetty所有版本文件
|