MVN

eu.vitaliy : xades4j

Maven & Gradle

Feb 22, 2012
2 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>eu.vitaliy</groupId>
    <artifactId>xades4j</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.vitaliy : xades4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of eu.vitaliy : xades4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
xades4j-1.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>eu.vitaliy</groupId>
    <artifactId>xades4j</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.vitaliy : xades4j gradle dependency to your build.gradle file:

implementation 'eu.vitaliy:xades4j:1.2.0'

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

implementation("eu.vitaliy:xades4j:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.vitaliy : xades4j sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.vitaliy" % "xades4j" % "1.2.0"