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

de.fraunhofer.aisec:cpg 1.4.0

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
Версия

Версия

1.4.0
Тип

Тип

jar

Скачать cpg 1.4.0

Имя Файла Размер
cpg-1.4.0.pom
cpg-1.4.0.jar 304 KB
cpg-1.4.0-sources.jar 216 KB
cpg-1.4.0-javadoc.jar 919 KB
Обзор

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