is not current version
Last Version 4.6.0

de.fraunhofer.aisec:cpg-core 4.4.1

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.4.1
Type

Type

jar

Download cpg-core 4.4.1


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