MVN

org.digidoc4j.dss : dss-crl-parser-stream

Maven & Gradle

Mar 01, 2023
5 usages

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>org.digidoc4j.dss</groupId>
    <artifactId>dss-crl-parser-stream</artifactId>
    <version>5.11.1.d4j.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.digidoc4j.dss : dss-crl-parser-stream to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.11.1.d4j.1

All Versions

Choose a version of org.digidoc4j.dss : dss-crl-parser-stream to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.11.x
dss-crl-parser-stream-5.11.1.d4j.1
5.9.x
dss-crl-parser-stream-5.9.d4j.1
5.8.x
dss-crl-parser-stream-5.8.d4j.1
5.7.x
dss-crl-parser-stream-5.7.d4j.2
dss-crl-parser-stream-5.7.d4j.1
5.5.x
dss-crl-parser-stream-5.5.d4j.1
5.4.x
dss-crl-parser-stream-5.4.d4j.1
5.2.x
dss-crl-parser-stream-5.2.d4j.4
dss-crl-parser-stream-5.2.d4j.3
dss-crl-parser-stream-5.2.d4j.2
dss-crl-parser-stream-5.2.d4j.1

How to add a dependency to Maven

Add the following org.digidoc4j.dss : dss-crl-parser-stream maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.digidoc4j.dss</groupId>
    <artifactId>dss-crl-parser-stream</artifactId>
    <version>5.11.1.d4j.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.digidoc4j.dss : dss-crl-parser-stream gradle dependency to your build.gradle file:

implementation 'org.digidoc4j.dss:dss-crl-parser-stream:5.11.1.d4j.1'

Gradle Kotlin DSL: Add the following org.digidoc4j.dss : dss-crl-parser-stream gradle kotlin dependency to your build.gradle.kts file:

implementation("org.digidoc4j.dss:dss-crl-parser-stream:5.11.1.d4j.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.digidoc4j.dss : dss-crl-parser-stream sbt scala dependency to your build.sbt file:

libraryDependencies += "org.digidoc4j.dss" % "dss-crl-parser-stream" % "5.11.1.d4j.1"

Advertisement