| License |
License |
|---|---|
| GroupId | GroupIdde.fraunhofer.aisec |
| ArtifactId | ArtifactIdcpg |
| Version | Version4.4.2 |
| Type | Typejar |
| Description |
DescriptionCode Property Graph
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.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| cpg-4.4.2.pom | |
| cpg-4.4.2.jar | 261 bytes |
| cpg-4.4.2-sources.jar | 261 bytes |
| cpg-4.4.2-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/de.fraunhofer.aisec/cpg/ -->
<dependency>
<groupId>de.fraunhofer.aisec</groupId>
<artifactId>cpg</artifactId>
<version>4.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.fraunhofer.aisec/cpg/
implementation 'de.fraunhofer.aisec:cpg:4.4.2'
// https://jarcasting.com/artifacts/de.fraunhofer.aisec/cpg/
implementation ("de.fraunhofer.aisec:cpg:4.4.2")
'de.fraunhofer.aisec:cpg:jar:4.4.2'
<dependency org="de.fraunhofer.aisec" name="cpg" rev="4.4.2">
<artifact name="cpg" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.fraunhofer.aisec', module='cpg', version='4.4.2')
)
libraryDependencies += "de.fraunhofer.aisec" % "cpg" % "4.4.2"
[de.fraunhofer.aisec/cpg "4.4.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| de.fraunhofer.aisec : cpg-core | jar | 4.4.2 |
| de.fraunhofer.aisec : cpg-analysis | jar | 4.4.2 |
| de.fraunhofer.aisec : cpg-language-llvm | jar | 4.4.2 |
| de.fraunhofer.aisec : cpg-language-python | jar | 4.4.2 |
| de.fraunhofer.aisec : cpg-language-go | jar | 4.4.2 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.20 |