License |
License |
---|---|
GroupId | GroupIdorg.mitre.cpe |
ArtifactId | ArtifactIdcpe |
Version | Version2.3.4 |
Type | Typejar |
Description |
DescriptionCPE 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 |
Filename | Size |
---|---|
cpe-2.3.4.pom | |
cpe-2.3.4.jar | 22 KB |
cpe-2.3.4-sources.jar | 28 KB |
cpe-2.3.4-javadoc.jar | 118 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |