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

de.fraunhofer.aisec:cpg 2.1.1

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

Версия

2.1.1
Тип

Тип

jar

Скачать cpg 2.1.1


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