is not current version
Last Version 4.6.0

de.fraunhofer.aisec:cpg 3.1.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.

GroupId

GroupId

de.fraunhofer.aisec
ArtifactId

ArtifactId

cpg
Version

Version

3.1.0
Type

Type

jar

Download cpg 3.1.0


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