is not current version
Last Version 7.1.1

org.owasp:dependency-check-utils 5.0.0-M1

dependency-check-utils is a collection of common utility classes used within dependency-check that might be useful in other projects.

GroupId

GroupId

org.owasp
ArtifactId

ArtifactId

dependency-check-utils
Version

Version

5.0.0-M1
Type

Type

jar

Download dependency-check-utils 5.0.0-M1


<!-- https://jarcasting.com/artifacts/org.owasp/dependency-check-utils/ -->
<dependency>
    <groupId>org.owasp</groupId>
    <artifactId>dependency-check-utils</artifactId>
    <version>5.0.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.owasp/dependency-check-utils/
implementation 'org.owasp:dependency-check-utils:5.0.0-M1'
// https://jarcasting.com/artifacts/org.owasp/dependency-check-utils/
implementation ("org.owasp:dependency-check-utils:5.0.0-M1")
'org.owasp:dependency-check-utils:jar:5.0.0-M1'
<dependency org="org.owasp" name="dependency-check-utils" rev="5.0.0-M1">
  <artifact name="dependency-check-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.owasp', module='dependency-check-utils', version='5.0.0-M1')
)
libraryDependencies += "org.owasp" % "dependency-check-utils" % "5.0.0-M1"
[org.owasp/dependency-check-utils "5.0.0-M1"]