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 "Token Service Dependencies"

Line 3: Line 3:
 
{| class="wikitable" style="text-align:left; width="100%" align="left" valign="top" border="1" cellpadding="5" cellspacing="0"
 
{| class="wikitable" style="text-align:left; width="100%" align="left" valign="top" border="1" cellpadding="5" cellspacing="0"
 
|-style="background:grey; color:black"
 
|-style="background:grey; color:black"
! width="20%" border="1" align="left" valign="top" | Library Home Page (URL)
+
! width="18%" 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="21%" border="1" align="left" valign="top" colspan="3" | URL(s) to JAR/library
! width="50%" border="1" align="left" valign="top" | Used for
+
! width="45%" border="1" align="left" valign="top" | Used for
! width="10%" border="1" align="left" valign="top" | Version
+
! width="6%" border="1" align="left" valign="top" | Version
 
! width="10%" border="1" align="left" valign="top" | License (URL)
 
! width="10%" border="1" align="left" valign="top" | License (URL)
 
|-
 
|-
 
| [http://ws.apache.org/commons/axiom/ Apache AXIOM]
 
| [http://ws.apache.org/commons/axiom/ Apache AXIOM]
 
|
 
|
| [http://apache.mirrors.redwire.net/ws/commons/axiom/1_2_2/axiom-1.2.2-bin.zip axiom-api-1.2.2.jar, axiom-dom-1.2.2.jar, axiom-impl-1.2.2.jar, stax-api-1.0.1.jar]
+
| [http://apache.mirrors.redwire.net/ws/commons/axiom/1_2_2/axiom-1.2.2-bin.zip axiom-api-1.2.2.jar,<br/>axiom-dom-1.2.2.jar,<br/>axiom-impl-1.2.2.jar,<br/>stax-api-1.0.1.jar]
 
|
 
|
 
| Apache AXIOM is a StAX-based, XML Infoset compliant object model which supports on-demand building of the object tree.
 
| Apache AXIOM is a StAX-based, XML Infoset compliant object model which supports on-demand building of the object tree.
Line 27: Line 27:
 
| [http://xml.apache.org/security/ Apache XML Security]
 
| [http://xml.apache.org/security/ Apache XML Security]
 
|  
 
|  
| [http://xml.apache.org/security/dist/java-library/xml-security-bin-1_3_0.zip xmlsec-1.3.0.jar, serializer.jar]
+
| [http://xml.apache.org/security/dist/java-library/xml-security-bin-1_3_0.zip xmlsec-1.3.0.jar,<br/>serializer.jar]
 
|
 
|
 
| The XML Security project is aimed at providing implementation of security standards for XML.
 
| The XML Security project is aimed at providing implementation of security standards for XML.

Revision as of 18:32, 24 February 2007

This page is a work in progress...

Library Home Page (URL) URL(s) to JAR/library Used for Version License (URL)
Apache AXIOM axiom-api-1.2.2.jar,
axiom-dom-1.2.2.jar,
axiom-impl-1.2.2.jar,
stax-api-1.0.1.jar
Apache AXIOM is a StAX-based, XML Infoset compliant object model which supports on-demand building of the object tree. 1.2.2 Apache License, Version 2.0
Apache Commons Logging commons-logging-1.1.jar The Logging package is an ultra-thin bridge between different logging implementations. 1.1 Apache License, Version 2.0
Apache XML Security xmlsec-1.3.0.jar,
serializer.jar
The XML Security project is aimed at providing implementation of security standards for XML. 1.3.0 Apache License, Version 2.0

.

See Also

Back to the top