is not current version
Last Version 7.1.1

org.owasp:dependency-check-ant 1.2.2

Dependency-check is a utility that attempts to detect publicly disclosed vulnerabilities contained within project dependencies. It does this by determining if there is a Common Platform Enumeration (CPE) identifier for a given dependency. If found, it will generate a report linking to the associated CVE entries.

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.owasp
ArtifactId

ArtifactId

dependency-check-ant
Version

Version

1.2.2
Type

Type

jar

Download dependency-check-ant 1.2.2


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