Changes between Version 4 and Version 5 of shareMaven


Ignore:
Timestamp:
12/06/2011 10:17:34 AM (14 years ago)
Author:
qinhongyuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • shareMaven

    v4 v5  
    44<artifactId>项目名称</artifactId>[[BR]] 
    55<version>版本</vernsion>[[BR]] 
     6 
     7添加依赖:[[BR]] 
     8所谓依赖就是开始时候所需要的包[[BR]] 
     9{{{ 
     10        <dependency> 
     11          <groupId>org.springframework</groupId> 
     12          <artifactId>spring-web</artifactId> 
     13          <version>3.0.6.RELEASE</version> 
     14        </dependency> 
     15}}} 
     16