c

cpg-core

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-core-4.4.0.jar download
cpg-core-4.4.0.pom download
cpg-core-4.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>de.fraunhofer.aisec</groupId>
  <artifactId>cpg-core</artifactId>
  <version>4.4.0</version>
</dependency>
Gradle Groovy
implementation 'de.fraunhofer.aisec:cpg-core:4.4.0'
Gradle Kotlin
implementation("de.fraunhofer.aisec:cpg-core:4.4.0")
Scala SBT
libraryDependencies += "de.fraunhofer.aisec" % "cpg-core" % "4.4.0"
Groovy Grape
@Grapes(
  @Grab(group='de.fraunhofer.aisec', module='cpg-core', version='4.4.0')
)
Apache Ivy
<dependency org="de.fraunhofer.aisec" name="cpg-core" rev="4.4.0" />
Leiningen
[de.fraunhofer.aisec/cpg-core "4.4.0"]
Apache Buildr
'de.fraunhofer.aisec:cpg-core:jar:4.4.0'