is not current version
Last Version 7.1.1

org.owasp:dependency-check-ant 3.0.2

dependency-check-ant is an Ant Task that uses dependency-check-core to detect publicly disclosed vulnerabilities associated with the project's dependencies. The task will generate a report listing the dependency, any identified Common Platform Enumeration (CPE) identifiers, and the associated Common Vulnerability and Exposure (CVE) entries.

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.owasp
ArtifactId

ArtifactId

dependency-check-ant
Version

Version

3.0.2
Type

Type

jar

Download dependency-check-ant 3.0.2


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