CPE Naming and Matching Reference Implementation

This project implements a series of specifications published by the National Institute of Standards and Technology. The specifications are collectively called CPE 2.3 and can be found here: http://csrc.nist.gov/publications/PubsNISTIRs.html

License

License

GroupId

GroupId

org.mitre.cpe
ArtifactId

ArtifactId

cpe
Last Version

Last Version

2.3.4
Release Date

Release Date

Type

Type

jar
Description

Description

CPE Naming and Matching Reference Implementation
This project implements a series of specifications published by the National Institute of Standards and Technology. The specifications are collectively called CPE 2.3 and can be found here: http://csrc.nist.gov/publications/PubsNISTIRs.html
Project URL

Project URL

https://sourceforge.net/projects/cpereferenceimp/

Download cpe

How to add to project

<!-- https://jarcasting.com/artifacts/org.mitre.cpe/cpe/ -->
<dependency>
    <groupId>org.mitre.cpe</groupId>
    <artifactId>cpe</artifactId>
    <version>2.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.mitre.cpe/cpe/
implementation 'org.mitre.cpe:cpe:2.3.4'
// https://jarcasting.com/artifacts/org.mitre.cpe/cpe/
implementation ("org.mitre.cpe:cpe:2.3.4")
'org.mitre.cpe:cpe:jar:2.3.4'
<dependency org="org.mitre.cpe" name="cpe" rev="2.3.4">
  <artifact name="cpe" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mitre.cpe', module='cpe', version='2.3.4')
)
libraryDependencies += "org.mitre.cpe" % "cpe" % "2.3.4"
[org.mitre.cpe/cpe "2.3.4"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.5

Project Modules

There are no modules declared in this project.

Versions

Version
2.3.4