d

dependency-check-parent

dependency-check is a utility that identifies project dependencies and checks if there are any known, publicly disclosed vulnerabilities. This tool can be part of the solution to the OWASP Top 10 2013: A9 - Using Components with Known Vulnerabilities.
https://github.com/jeremylong/DependencyCheck.git
The Apache Software License, Version 2.0
OWASP
Jeremy Long Steve Springett Will Stranathan Dale Visser
Files download
File Operation
dependency-check-parent-9.0.1.pom download
Apache Maven
<dependency>
  <groupId>org.owasp</groupId>
  <artifactId>dependency-check-parent</artifactId>
  <version>9.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.owasp:dependency-check-parent:9.0.1'
Gradle Kotlin
implementation("org.owasp:dependency-check-parent:9.0.1")
Scala SBT
libraryDependencies += "org.owasp" % "dependency-check-parent" % "9.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.owasp', module='dependency-check-parent', version='9.0.1')
)
Apache Ivy
<dependency org="org.owasp" name="dependency-check-parent" rev="9.0.1" />
Leiningen
[org.owasp/dependency-check-parent "9.0.1"]
Apache Buildr
'org.owasp:dependency-check-parent:jar:9.0.1'