| GroupId | GroupIdio.shiftleft |
|---|---|
| ArtifactId | ArtifactIdcodepropertygraph |
| Version | Version0.10.20 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.shiftleft/codepropertygraph/ -->
<dependency>
<groupId>io.shiftleft</groupId>
<artifactId>codepropertygraph</artifactId>
<version>0.10.20</version>
</dependency>
// https://jarcasting.com/artifacts/io.shiftleft/codepropertygraph/
implementation 'io.shiftleft:codepropertygraph:0.10.20'
// https://jarcasting.com/artifacts/io.shiftleft/codepropertygraph/
implementation ("io.shiftleft:codepropertygraph:0.10.20")
'io.shiftleft:codepropertygraph:jar:0.10.20'
<dependency org="io.shiftleft" name="codepropertygraph" rev="0.10.20">
<artifact name="codepropertygraph" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.shiftleft', module='codepropertygraph', version='0.10.20')
)
libraryDependencies += "io.shiftleft" % "codepropertygraph" % "0.10.20"
[io.shiftleft/codepropertygraph "0.10.20"]