MVN

gov.nist.secauto.cpe : cpe-reference-implementation

Maven & Gradle

Mar 09, 2020
3 usages
3 stars

CPE 2.3 Reference Implementation · A CPE 2.3 reference implementation supporting the creation and use of CPE Names using the Java programming language.

<dependency>
    <groupId>gov.nist.secauto.cpe</groupId>
    <artifactId>cpe-reference-implementation</artifactId>
    <version>1.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of gov.nist.secauto.cpe : cpe-reference-implementation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.8

All Versions

Choose a version of gov.nist.secauto.cpe : cpe-reference-implementation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
cpe-reference-implementation-1.0.8

How to add a dependency to Maven

Add the following gov.nist.secauto.cpe : cpe-reference-implementation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>gov.nist.secauto.cpe</groupId>
    <artifactId>cpe-reference-implementation</artifactId>
    <version>1.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following gov.nist.secauto.cpe : cpe-reference-implementation gradle dependency to your build.gradle file:

implementation 'gov.nist.secauto.cpe:cpe-reference-implementation:1.0.8'

Gradle Kotlin DSL: Add the following gov.nist.secauto.cpe : cpe-reference-implementation gradle kotlin dependency to your build.gradle.kts file:

implementation("gov.nist.secauto.cpe:cpe-reference-implementation:1.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following gov.nist.secauto.cpe : cpe-reference-implementation sbt scala dependency to your build.sbt file:

libraryDependencies += "gov.nist.secauto.cpe" % "cpe-reference-implementation" % "1.0.8"