MVN

com.googlecode.xades4j : xades4j

Maven & Gradle

Jan 11, 2023
1 usages
105 stars

xades4j · 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.

<dependency>
    <groupId>com.googlecode.xades4j</groupId>
    <artifactId>xades4j</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.xades4j : xades4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of com.googlecode.xades4j : xades4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
xades4j-2.2.0
2.1.x
xades4j-2.1.0
2.0.x
xades4j-2.0.0
1.7.x
xades4j-1.7.0
1.6.x
xades4j-1.6.0
1.5.x
xades4j-1.5.1
xades4j-1.5.0
1.4.x
xades4j-1.4.1
xades4j-1.4.0
1.3.x
xades4j-1.3.2
xades4j-1.3.1

How to add a dependency to Maven

Add the following com.googlecode.xades4j : xades4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.xades4j</groupId>
    <artifactId>xades4j</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.xades4j : xades4j gradle dependency to your build.gradle file:

implementation 'com.googlecode.xades4j:xades4j:2.2.0'

Gradle Kotlin DSL: Add the following com.googlecode.xades4j : xades4j gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.xades4j:xades4j:2.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.xades4j : xades4j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.xades4j" % "xades4j" % "2.2.0"