| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.mitre.cpe |
| Идентификатор | Идентификаторcpe |
| Последняя версия | Последняя версия2.3.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.5 |