MVN

org.wso2.santuario : xmlsec-project

Maven & Gradle

Feb 10, 2023
33 stars

Apache XML Security for Java · Apache XML Security for Java supports XML-Signature Syntax and Processing, W3C Recommendation 12 February 2002, and XML Encryption Syntax and Processing, W3C Recommendation 10 December 2002. As of version 1.4, the library supports the standard Java API JSR-105: XML Digital Signature APIs.

<dependency>
    <groupId>org.wso2.santuario</groupId>
    <artifactId>xmlsec-project</artifactId>
    <version>1.5.6-wso2v2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.santuario : xmlsec-project to add to Maven - Latest Versions:

  • Latest Stable: 1.5.6-wso2v2

All Versions

Choose a version of org.wso2.santuario : xmlsec-project to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5.x
xmlsec-project-1.5.6-wso2v2
xmlsec-project-1.5.6-wso2v1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.wso2.santuario</groupId>
    <artifactId>xmlsec-project</artifactId>
    <version>1.5.6-wso2v2</version>
</dependency>