Last Version

Code Property Graph 4.6.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.

License

License

GroupId

GroupId

de.fraunhofer.aisec
ArtifactId

ArtifactId

cpg
Version

Version

4.6.0
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/Fraunhofer-AISEC/cpg
Source Code Management

Source Code Management

https://github.com/Fraunhofer-AISEC/cpg

Download cpg 4.6.0


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

Dependencies

compile (6)

Group / Artifact Type Version
de.fraunhofer.aisec : cpg-core jar 4.6.0
de.fraunhofer.aisec : cpg-analysis jar 4.6.0
de.fraunhofer.aisec : cpg-language-llvm jar 4.6.0
de.fraunhofer.aisec : cpg-language-python jar 4.6.0
de.fraunhofer.aisec : cpg-language-go jar 4.6.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.7.0

Project Modules

There are no modules declared in this project.