Skip to content

Commit

Permalink
Added info about dependencies in the cpg-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelyoukeim committed Aug 7, 2024
1 parent c3e1354 commit 269a2e7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/codepropertygraphs.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
### Dependencies

=== "Maven"
```maven
<dependency>
<groupId>org.soot-oss</groupId>
<artifactId>sootup.codepropertygraph</artifactId>
<version>{{ git_latest_release }}</version>
</dependency>
```

=== "Gradle"

```groovy
compile "org.soot-oss:sootup.codepropertygraph:{{ git_latest_release }}"
```



Code Property Graphs (CPGs) are a representation of program code that combines different code representations into a
single graph. This unified representation includes abstract syntax trees (ASTs), control flow graphs (CFGs), control
dependence graphs (CDGs), and data dependence graphs (DDGs). CPGs enable comprehensive analysis, which makes them a
Expand Down

0 comments on commit 269a2e7

Please sign in to comment.