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