Jar examples for x:xmlsec
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.
You can download jar file xmlsec 1.4.6 in this page.
The Apache Software License, Version 2.0
You can use the following script to add xmlsec-1.4.6.jar to your project.
<dependency> <groupId>org.apache.santuario</groupId> <artifactId>xmlsec</artifactId> <version>1.4.6</version> </dependency>
compile group: 'org.apache.santuario', name: 'xmlsec', version: '1.4.6'
libraryDependencies += "org.apache.santuario" % "xmlsec" % "1.4.6"
<dependency org="org.apache.santuario" name="xmlsec" rev="1.4.6"/>
@Grapes(@Grab(group='org.apache.santuario', module='xmlsec', version='1.4.6'))
'org.apache.santuario:xmlsec:jar:1.4.6'
Click the following link to download the jar file.
xmlsec-1.4.6.jar