MVN

org.ejbca.cvc : cert-cvc

Maven & Gradle

Jun 23, 2021
5 usages

EAC 2.10 Card Verifiable Certificate Library · Library supporting the creation and parsing of CVC certificates.

<dependency>
    <groupId>org.ejbca.cvc</groupId>
    <artifactId>cert-cvc</artifactId>
    <version>1.4.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ejbca.cvc : cert-cvc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.13

All Versions

Choose a version of org.ejbca.cvc : cert-cvc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
cert-cvc-1.4.13
cert-cvc-1.4.6
cert-cvc-1.4.3

How to add a dependency to Maven

Add the following org.ejbca.cvc : cert-cvc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ejbca.cvc</groupId>
    <artifactId>cert-cvc</artifactId>
    <version>1.4.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ejbca.cvc : cert-cvc gradle dependency to your build.gradle file:

implementation 'org.ejbca.cvc:cert-cvc:1.4.13'

Gradle Kotlin DSL: Add the following org.ejbca.cvc : cert-cvc gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ejbca.cvc:cert-cvc:1.4.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ejbca.cvc : cert-cvc sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ejbca.cvc" % "cert-cvc" % "1.4.13"

Advertisement