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