MVN

eu.europa.ec.joinup.sd-dss : dss-crl-parser-stream

Maven & Gradle

Jun 05, 2023

DSS CRL Parser with stream · DSS CRL Parser with stream is an implementation of DSS CRL Parser API which streams the CRL to validate it and extract revocation data. This implementation is experimental but offers better performances.

<dependency>
    <groupId>eu.europa.ec.joinup.sd-dss</groupId>
    <artifactId>dss-crl-parser-stream</artifactId>
    <version>5.12.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.europa.ec.joinup.sd-dss : dss-crl-parser-stream to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.12.1
  • Latest Release Candidate: 5.12.RC1

All Versions

Choose a version of eu.europa.ec.joinup.sd-dss : dss-crl-parser-stream to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.12.x
dss-crl-parser-stream-5.12.1
dss-crl-parser-stream-5.12.RC1
5.12
dss-crl-parser-stream-5.12
5.11.x
dss-crl-parser-stream-5.11.1
5.10.x
dss-crl-parser-stream-5.10.2

How to add a dependency to Maven

Add the following eu.europa.ec.joinup.sd-dss : dss-crl-parser-stream maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.europa.ec.joinup.sd-dss</groupId>
    <artifactId>dss-crl-parser-stream</artifactId>
    <version>5.12.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.europa.ec.joinup.sd-dss : dss-crl-parser-stream gradle dependency to your build.gradle file:

implementation 'eu.europa.ec.joinup.sd-dss:dss-crl-parser-stream:5.12.1'

Gradle Kotlin DSL: Add the following eu.europa.ec.joinup.sd-dss : dss-crl-parser-stream gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.europa.ec.joinup.sd-dss:dss-crl-parser-stream:5.12.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.europa.ec.joinup.sd-dss : dss-crl-parser-stream sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.europa.ec.joinup.sd-dss" % "dss-crl-parser-stream" % "5.12.1"