is not current version
Last Version 5.9.d4j.1

org.digidoc4j.dss:dss-crl-parser-stream 5.5.d4j.1

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.

GroupId

GroupId

org.digidoc4j.dss
ArtifactId

ArtifactId

dss-crl-parser-stream
Version

Version

5.5.d4j.1
Type

Type

jar

Download dss-crl-parser-stream 5.5.d4j.1


<!-- https://jarcasting.com/artifacts/org.digidoc4j.dss/dss-crl-parser-stream/ -->
<dependency>
    <groupId>org.digidoc4j.dss</groupId>
    <artifactId>dss-crl-parser-stream</artifactId>
    <version>5.5.d4j.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.digidoc4j.dss/dss-crl-parser-stream/
implementation 'org.digidoc4j.dss:dss-crl-parser-stream:5.5.d4j.1'
// https://jarcasting.com/artifacts/org.digidoc4j.dss/dss-crl-parser-stream/
implementation ("org.digidoc4j.dss:dss-crl-parser-stream:5.5.d4j.1")
'org.digidoc4j.dss:dss-crl-parser-stream:jar:5.5.d4j.1'
<dependency org="org.digidoc4j.dss" name="dss-crl-parser-stream" rev="5.5.d4j.1">
  <artifact name="dss-crl-parser-stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.digidoc4j.dss', module='dss-crl-parser-stream', version='5.5.d4j.1')
)
libraryDependencies += "org.digidoc4j.dss" % "dss-crl-parser-stream" % "5.5.d4j.1"
[org.digidoc4j.dss/dss-crl-parser-stream "5.5.d4j.1"]