afirma-crypto-xadestri-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>es.gob.afirma</groupId> <artifactId>afirma-crypto-xadestri-client</artifactId> <version>1.8.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>afirma-crypto-xadestri-client</artifactId> <packaging>jar</packaging> <name>afirma-crypto-xadestri-client</name> <description>Modulo con el componente cliente para la generacion de firmas XAdES trifasicas</description> <parent> <groupId>es.gob.afirma</groupId> <artifactId>afirma-client</artifactId> <version>1.8.2</version> </parent> <dependencies> <dependency> <groupId>es.gob.afirma</groupId> <artifactId>afirma-core</artifactId> <version>${clienteafirma.version}</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> </dependencies> </project>