is not current version
Last Version 4.6.0

de.fraunhofer.aisec:cpg-core 4.3.3

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-core
Version

Version

4.3.3
Type

Type

jar

Download cpg-core 4.3.3


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