Download jxades-0.2.0.jar file - Jar j

Jar examples for j:jxades

Description

Lightweight Java library implementing BES, EPES and T profiles of XAdES 1.4.1 XML signature format

You can download jar file jxades 0.2.0 in this page.

License

GPL-v3.0

Build File

You can use the following script to add jxades-0.2.0.jar to your project.

<dependency>
   <groupId>es.uji.crypto.xades</groupId>
   <artifactId>jxades</artifactId>
   <version>0.2.0</version>
</dependency>
compile group: 'es.uji.crypto.xades', name: 'jxades', version: '0.2.0'
libraryDependencies += "es.uji.crypto.xades" % "jxades" % "0.2.0"
<dependency org="es.uji.crypto.xades" name="jxades" rev="0.2.0"/>
@Grapes(@Grab(group='es.uji.crypto.xades', module='jxades', version='0.2.0'))
'es.uji.crypto.xades:jxades:jar:0.2.0'

Download

Click the following link to download the jar file.

jxades-0.2.0-javadoc.jar
jxades-0.2.0-sources.jar
jxades-0.2.0.jar
jxades-0.2.0.pom



Related Tutorials