码迷,mamicode.com
首页 > 其他好文 > 详细

maven 使用axis2 client 需要导入的依赖

时间:2017-12-08 14:18:00      阅读:193      评论:0      收藏:0      [点我收藏+]

标签:使用   pac   apple   depend   end   scope   port   jar   apache   

<dependency>

<groupId>org.apache.axis2</groupId>

<artifactId>axis2</artifactId>

<version>${axis2.version}</version>

<type>pom</type>

<scope>compile</scope>

</dependency>

<dependency>

<groupId>org.apache.axis2</groupId>

<artifactId>axis2-adb</artifactId>

<version>${axis2.version}</version>

<type>jar</type>

<scope>compile</scope>

</dependency>

<dependency>

<groupId>org.apache.axis2</groupId>

<artifactId>axis2-kernel</artifactId>

<version>${axis2.version}</version>

<type>jar</type>

<scope>compile</scope>

</dependency>

<dependency>

<groupId>org.apache.axis2</groupId>

<artifactId>axis2-transport-http</artifactId>

<version>${axis2.version}</version>

</dependency>

<dependency>

<groupId>org.apache.axis2</groupId>

<artifactId>axis2-transport-local</artifactId>

<version>${axis2.version}</version>

</dependency>

maven 使用axis2 client 需要导入的依赖

标签:使用   pac   apple   depend   end   scope   port   jar   apache   

原文地址:http://www.cnblogs.com/arraylist/p/8004708.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!