Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "I-Card Manager Dependencies"

 
(38 intermediate revisions by 5 users not shown)
Line 1: Line 1:
This page is a work in progress...
+
#REDIRECT [[I-Card_Manager_Web_Application_Dependencies]]
 
+
{| class="wikitable" style="text-align:left; width="100%" align="left" valign="top" border="1" cellpadding="5" cellspacing="0"
+
|-style="background:grey; color:black"
+
! width="20%" border="1" align="left" valign="top" | Library Home Page (URL)
+
! width="10%" border="1" align="left" valign="top" colspan="3" | URL(s) to JAR/library
+
! width="50%" border="1" align="left" valign="top" | Used for
+
! width="10%" border="1" align="left" valign="top" | Version
+
! width="10%" border="1" align="left" valign="top" | License (URL)
+
|-
+
| [http://acegisecurity.org/ Acegi Security]
+
| acegi-security-1.0.2.jar
+
|
+
|
+
| Provides security services for the Spring Framework
+
| 1.0.2
+
| [http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0]
+
|-
+
| [http://www.springframework.org/ Spring Framework]
+
| spring.jar
+
|
+
|
+
| Developing a Web MVC application
+
| 2.0
+
| [http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0]
+
|-
+
| [http://jakarta.apache.org/commons/logging/ Commons Logging]
+
|
+
| commons-logging.jar
+
|
+
| Spring Framework
+
| 1.1
+
| [http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0]
+
|-
+
|}
+
.
+
 
+
== See Also ==
+
* [http://www.eclipse.org/higgins Higgins Home]
+
* [[Components]]
+

Latest revision as of 01:22, 17 November 2007

Back to the top