| 组织ID: |
org.apache.axis2 |
| 项目ID: |
axis2-spring |
| 版本: |
1.2 |
| 最后修改时间: |
2018-09-07 23:49:15 |
| 包类型: |
jar |
| 标题: |
Apache Axis 2.0 - spring |
| 描述: |
spring for Axis 2.0 |
| 大小: |
9.40KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-spring</artifactId>
<version>1.2</version>
</dependency>
|
| Gradle引入代码: |
org.apache.axis2:axis2-spring:1.2
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?><project>
<parent>
<artifactId>axis2-parent</artifactId>
<groupId>org.apache.axis2</groupId>
<version>1.2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>axis2-spring</artifactId>
<name>Apache Axis 2.0 - spring</name>
<version>1.2</version>
<description>spring for Axis 2.0</description>
<build>
<sourceDirectory>src</sourceDirectory>
</build>
<dependencies>
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-kernel</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>servletapi</groupId>
<artifactId>servletapi</artifactId>
</dependency>
</dependencies>
<distributionManagement>
<status>deployed</status>
</distributionManagement>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/LICENSE.txt
META-INF/NOTICE.txt
org.apache.axis2.extensions.spring.receivers.ApplicationContextHolder.class
org.apache.axis2.extensions.spring.receivers.SpringAppContextAwareObjectSupplier.class
org.apache.axis2.extensions.spring.receivers.SpringServletContextObjectSupplier.class
|
| 依赖Jar: |
axis2-kernel-1.2.jar
/org.apache.axis2/axis2-kernel/1.2
查看axis2-kernel所有版本文件
|