Download xmlsec-1.4.2.jar file - Jar x

Jar examples for x:xmlsec

Description

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.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add xmlsec-1.4.2.jar to your project.

<dependency>
   <groupId>org.apache.santuario</groupId>
   <artifactId>xmlsec</artifactId>
   <version>1.4.2</version>
</dependency>
compile group: 'org.apache.santuario', name: 'xmlsec', version: '1.4.2'
libraryDependencies += "org.apache.santuario" % "xmlsec" % "1.4.2"
<dependency org="org.apache.santuario" name="xmlsec" rev="1.4.2"/>
@Grapes(@Grab(group='org.apache.santuario', module='xmlsec', version='1.4.2'))
'org.apache.santuario:xmlsec:jar:1.4.2'

Download

Click the following link to download the jar file.

xmlsec-1.4.2.jar
xmlsec-1.4.2.pom



Related Tutorials