c

cpg

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.
https://github.com/Fraunhofer-AISEC/cpg
The Apache License, Version 2.0
Files download
File Operation
cpg-8.2.0.jar download
cpg-8.2.0.pom download
cpg-8.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>de.fraunhofer.aisec</groupId>
  <artifactId>cpg</artifactId>
  <version>8.2.0</version>
</dependency>
Gradle Groovy
implementation 'de.fraunhofer.aisec:cpg:8.2.0'
Gradle Kotlin
implementation("de.fraunhofer.aisec:cpg:8.2.0")
Scala SBT
libraryDependencies += "de.fraunhofer.aisec" % "cpg" % "8.2.0"
Groovy Grape
@Grapes(
  @Grab(group='de.fraunhofer.aisec', module='cpg', version='8.2.0')
)
Apache Ivy
<dependency org="de.fraunhofer.aisec" name="cpg" rev="8.2.0" />
Leiningen
[de.fraunhofer.aisec/cpg "8.2.0"]
Apache Buildr
'de.fraunhofer.aisec:cpg:jar:8.2.0'