is not current version
Last Version 2.0.0

com.googlecode.xades4j:xades4j 1.3.2

The XAdES4j library is an high-level, configurable and extensible Java implementation of XML Advanced Electronic Signatures (XAdES 1.3.2 and 1.4.1). It enables producing, verifying and extending signatures in the main XAdES forms: XAdES-BES, XAdES-EPES, XAdES-T and XAdES-C. Also, extended forms are supported through the enrichment of an existing signature.

GroupId

GroupId

com.googlecode.xades4j
ArtifactId

ArtifactId

xades4j
Version

Version

1.3.2
Type

Type

jar

Download xades4j 1.3.2


<!-- https://jarcasting.com/artifacts/com.googlecode.xades4j/xades4j/ -->
<dependency>
    <groupId>com.googlecode.xades4j</groupId>
    <artifactId>xades4j</artifactId>
    <version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.xades4j/xades4j/
implementation 'com.googlecode.xades4j:xades4j:1.3.2'
// https://jarcasting.com/artifacts/com.googlecode.xades4j/xades4j/
implementation ("com.googlecode.xades4j:xades4j:1.3.2")
'com.googlecode.xades4j:xades4j:jar:1.3.2'
<dependency org="com.googlecode.xades4j" name="xades4j" rev="1.3.2">
  <artifact name="xades4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.xades4j', module='xades4j', version='1.3.2')
)
libraryDependencies += "com.googlecode.xades4j" % "xades4j" % "1.3.2"
[com.googlecode.xades4j/xades4j "1.3.2"]