MVN

eu.europa.ec.joinup.sd-dss : dss-pki-factory-jaxb

Maven & Gradle

Nov 03, 2023

JAXB PKI Factory · Generated sources from the XSD (representation of a PKI).

<dependency>
    <groupId>eu.europa.ec.joinup.sd-dss</groupId>
    <artifactId>dss-pki-factory-jaxb</artifactId>
    <version>5.13.RC1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.europa.ec.joinup.sd-dss : dss-pki-factory-jaxb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.13.RC1
  • Latest Release Candidate: 5.13.RC1

All Versions

Choose a version of eu.europa.ec.joinup.sd-dss : dss-pki-factory-jaxb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.13.x
dss-pki-factory-jaxb-5.13.RC1

How to add a dependency to Maven

Add the following eu.europa.ec.joinup.sd-dss : dss-pki-factory-jaxb 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-pki-factory-jaxb</artifactId>
    <version>5.13.RC1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.europa.ec.joinup.sd-dss : dss-pki-factory-jaxb gradle dependency to your build.gradle file:

implementation 'eu.europa.ec.joinup.sd-dss:dss-pki-factory-jaxb:5.13.RC1'

Gradle Kotlin DSL: Add the following eu.europa.ec.joinup.sd-dss : dss-pki-factory-jaxb gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.europa.ec.joinup.sd-dss:dss-pki-factory-jaxb:5.13.RC1")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.europa.ec.joinup.sd-dss : dss-pki-factory-jaxb sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.europa.ec.joinup.sd-dss" % "dss-pki-factory-jaxb" % "5.13.RC1"