| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.fraunhofer.aisec |
| Идентификатор | Идентификаторcpg |
| Версия | Версия4.3.5 |
| Тип | Типjar |
| Описание |
ОписаниеCode Property Graph
A simple library to extract a code property graph out of source code. It has support for multiple passes that can extend the analysis after the graph is constructed.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| cpg-4.3.5.pom | |
| cpg-4.3.5.jar | 261 bytes |
| cpg-4.3.5-sources.jar | 261 bytes |
| cpg-4.3.5-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.fraunhofer.aisec/cpg/ -->
<dependency>
<groupId>de.fraunhofer.aisec</groupId>
<artifactId>cpg</artifactId>
<version>4.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/de.fraunhofer.aisec/cpg/
implementation 'de.fraunhofer.aisec:cpg:4.3.5'
// https://jarcasting.com/artifacts/de.fraunhofer.aisec/cpg/
implementation ("de.fraunhofer.aisec:cpg:4.3.5")
'de.fraunhofer.aisec:cpg:jar:4.3.5'
<dependency org="de.fraunhofer.aisec" name="cpg" rev="4.3.5">
<artifact name="cpg" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.fraunhofer.aisec', module='cpg', version='4.3.5')
)
libraryDependencies += "de.fraunhofer.aisec" % "cpg" % "4.3.5"
[de.fraunhofer.aisec/cpg "4.3.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| de.fraunhofer.aisec : cpg-core | jar | 4.3.5 |
| de.fraunhofer.aisec : cpg-analysis | jar | 4.3.5 |
| de.fraunhofer.aisec : cpg-language-llvm | jar | 4.3.5 |
| de.fraunhofer.aisec : cpg-language-python | jar | 4.3.5 |
| de.fraunhofer.aisec : cpg-language-go | jar | 4.3.5 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.0 |