не последняя версия
Последняя версия 4.6.0

de.fraunhofer.aisec:cpg 4.0.3

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.

Группа

Группа

de.fraunhofer.aisec
Идентификатор

Идентификатор

cpg
Версия

Версия

4.0.3
Тип

Тип

jar

Скачать cpg 4.0.3

Имя Файла Размер
cpg-4.0.3.pom
cpg-4.0.3.jar 1 MB
cpg-4.0.3-sources.jar 350 KB
cpg-4.0.3-javadoc.jar 795 KB
Обзор

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