MVN

org.digidoc4j.dss : dss-jaxb-parsers

Maven & Gradle

Mar 01, 2023
13 usages

DSS JAXB Parsers · DSS JAXB Parsers contains parsers to parse/print enumerations from/to XML

<dependency>
    <groupId>org.digidoc4j.dss</groupId>
    <artifactId>dss-jaxb-parsers</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-jaxb-parsers 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-jaxb-parsers to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.11.x
dss-jaxb-parsers-5.11.1.d4j.1
5.9.x
dss-jaxb-parsers-5.9.d4j.1
5.8.x
dss-jaxb-parsers-5.8.d4j.1
5.7.x
dss-jaxb-parsers-5.7.d4j.2
dss-jaxb-parsers-5.7.d4j.1
5.5.x
dss-jaxb-parsers-5.5.d4j.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.digidoc4j.dss</groupId>
    <artifactId>dss-jaxb-parsers</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-jaxb-parsers gradle dependency to your build.gradle file:

implementation 'org.digidoc4j.dss:dss-jaxb-parsers:5.11.1.d4j.1'

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

implementation("org.digidoc4j.dss:dss-jaxb-parsers:5.11.1.d4j.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.digidoc4j.dss : dss-jaxb-parsers sbt scala dependency to your build.sbt file:

libraryDependencies += "org.digidoc4j.dss" % "dss-jaxb-parsers" % "5.11.1.d4j.1"