GroupId | GroupIdio.shiftleft |
---|---|
ArtifactId | ArtifactIdoverflowdb-codegen_2.13 |
Version | Version2.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.shiftleft/overflowdb-codegen_2.13/ -->
<dependency>
<groupId>io.shiftleft</groupId>
<artifactId>overflowdb-codegen_2.13</artifactId>
<version>2.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.shiftleft/overflowdb-codegen_2.13/
implementation 'io.shiftleft:overflowdb-codegen_2.13:2.7'
// https://jarcasting.com/artifacts/io.shiftleft/overflowdb-codegen_2.13/
implementation ("io.shiftleft:overflowdb-codegen_2.13:2.7")
'io.shiftleft:overflowdb-codegen_2.13:jar:2.7'
<dependency org="io.shiftleft" name="overflowdb-codegen_2.13" rev="2.7">
<artifact name="overflowdb-codegen_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.shiftleft', module='overflowdb-codegen_2.13', version='2.7')
)
libraryDependencies += "io.shiftleft" % "overflowdb-codegen_2.13" % "2.7"
[io.shiftleft/overflowdb-codegen_2.13 "2.7"]