Project

General

Profile

Download (1.96 KB) Statistics
| Branch: | Revision:

git_sitools_idoc / flarecast / cots / restlet-2.0.5-patched / org.springframework_3.0 / library.xml @ master

1
<library id="spring" dir="org.springframework">
2
   <package id="spring-asm" name="org.springframework.asm">
3
      <maven>
4
         <groupId>org.springframework</groupId>
5
         <artifactId>spring-asm</artifactId>
6
         <version>3.0.1.RELEASE</version>
7
      </maven>
8
   </package>
9
        <package id="spring-beans" name="org.springframework.beans">
10
                <maven>
11
                        <groupId>org.springframework</groupId>
12
                        <artifactId>spring-beans</artifactId>
13
                        <version>3.0.1.RELEASE</version>
14
                </maven>
15
        </package>
16
        <package id="spring-context" name="org.springframework.context">
17
                <maven>
18
                        <groupId>org.springframework</groupId>
19
                        <artifactId>spring-context</artifactId>
20
                        <version>3.0.1.RELEASE</version>
21
                </maven>
22
        </package>
23
        <package id="spring-core" name="org.springframework.core">
24
                <maven>
25
                        <groupId>org.springframework</groupId>
26
                        <artifactId>spring-core</artifactId>
27
                        <version>3.0.1.RELEASE</version>
28
                </maven>
29
        </package>
30
   <package id="spring-expression" name="org.springframework.expression">
31
      <maven>
32
         <groupId>org.springframework</groupId>
33
         <artifactId>spring-expression</artifactId>
34
         <version>3.0.1.RELEASE</version>
35
      </maven>
36
   </package>
37
        <package id="spring-web" name="org.springframework.web">
38
                <maven>
39
                        <groupId>org.springframework</groupId>
40
                        <artifactId>spring-web</artifactId>
41
                        <version>3.0.1.RELEASE</version>
42
                </maven>
43
        </package>
44
        <package id="spring-webmvc" name="org.springframework.webmvc">
45
                <maven>
46
                        <groupId>org.springframework</groupId>
47
                        <artifactId>spring-webmvc</artifactId>
48
                        <version>3.0.1.RELEASE</version>
49
                </maven>
50
        </package>
51
        <version>3.0</version>
52
        <release>1</release>
53
        <distributions>
54
                <distribution id="classic" />
55
        </distributions>
56
        <homeUri>
57
                http://www.springframework.org/
58
        </homeUri>
59
        <downloadUri>
60
                http://www.springframework.org/download
61
        </downloadUri>
62
        <javadocs>
63
                <link
64
                        href="http://static.springframework.org/spring/docs/${lib-spring-core-version}.x/javadoc-api/" />
65
        </javadocs>
66
</library>