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-6.3.0.pom download
Apache Maven
<dependency>
  <groupId>org.owasp</groupId>
  <artifactId>dependency-check-parent</artifactId>
  <version>6.3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.owasp:dependency-check-parent:6.3.0'
Gradle Kotlin
implementation("org.owasp:dependency-check-parent:6.3.0")
Scala SBT
libraryDependencies += "org.owasp" % "dependency-check-parent" % "6.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.owasp', module='dependency-check-parent', version='6.3.0')
)
Apache Ivy
<dependency org="org.owasp" name="dependency-check-parent" rev="6.3.0" />
Leiningen
[org.owasp/dependency-check-parent "6.3.0"]
Apache Buildr
'org.owasp:dependency-check-parent:jar:6.3.0'