Last Version

Dependency-Check Plugin Archetype 7.1.1

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.

License

License

GroupId

GroupId

org.owasp
ArtifactId

ArtifactId

dependency-check-plugin
Version

Version

7.1.1
Type

Type

jar
Description

Description

Dependency-Check Plugin Archetype
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.
Project Organization

Project Organization

OWASP
Source Code Management

Source Code Management

https://github.com/jeremylong/DependencyCheck/tree/master/archetype

Download dependency-check-plugin 7.1.1


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

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains : annotations Optional jar 23.0.0
com.github.spotbugs : spotbugs-annotations Optional jar 4.7.0

test (3)

Group / Artifact Type Version
junit : junit jar 4.13.2
org.hamcrest : hamcrest-core jar 2.2
org.jmockit : jmockit jar 1.49

Project Modules

There are no modules declared in this project.