Files download
File Operation
flatgraph-core_3-0.0.20.jar download
flatgraph-core_3-0.0.20.pom download
flatgraph-core_3-0.0.20-sources.jar download
Apache Maven
<dependency>
  <groupId>io.joern</groupId>
  <artifactId>flatgraph-core_3</artifactId>
  <version>0.0.20</version>
</dependency>
Gradle Groovy
implementation 'io.joern:flatgraph-core_3:0.0.20'
Gradle Kotlin
implementation("io.joern:flatgraph-core_3:0.0.20")
Scala SBT
libraryDependencies += "io.joern" % "flatgraph-core_3" % "0.0.20"
Groovy Grape
@Grapes(
  @Grab(group='io.joern', module='flatgraph-core_3', version='0.0.20')
)
Apache Ivy
<dependency org="io.joern" name="flatgraph-core_3" rev="0.0.20" />
Leiningen
[io.joern/flatgraph-core_3 "0.0.20"]
Apache Buildr
'io.joern:flatgraph-core_3:jar:0.0.20'