forked from restlet/restlet-framework-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.xml
More file actions
59 lines (58 loc) · 1.81 KB
/
library.xml
File metadata and controls
59 lines (58 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<library id="spring" symbolicName="org.springframework">
<name>Spring Framework</name>
<description>Spring Framework</description>
<version>3.2</version>
<release>6</release>
<homeUri>http://www.springframework.org/</homeUri>
<downloadUri>http://www.springframework.org/download</downloadUri>
<provider>SpringSource community</provider>
<package id="spring-beans" name="org.springframework.beans">
<maven>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>3.2.6.RELEASE</version>
</maven>
</package>
<package id="spring-context" name="org.springframework.context">
<maven>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>3.2.6.RELEASE</version>
</maven>
</package>
<package id="spring-core" name="org.springframework.core">
<maven>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>3.2.6.RELEASE</version>
</maven>
</package>
<package id="spring-expression" name="org.springframework.expression">
<maven>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
<version>3.2.6.RELEASE</version>
</maven>
</package>
<package id="spring-web" name="org.springframework.web">
<maven>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>3.2.6.RELEASE</version>
</maven>
</package>
<package id="spring-webmvc" name="org.springframework.webmvc">
<maven>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>3.2.6.RELEASE</version>
</maven>
</package>
<distributions>
<distribution id="classic" />
</distributions>
<javadocs>
<link
href="http://static.springframework.org/spring/docs/${lib-spring-core-version}.x/javadoc-api/" />
</javadocs>
</library>