Dependency Check Gradle Plugin

Dependency-Check is a utility that attempts to detect publicly disclosed vulnerabilities contained within project dependencies.

License

License

GroupId

GroupId

com.thoughtworks.tools
ArtifactId

ArtifactId

dependency-check
Last Version

Last Version

0.0.8
Release Date

Release Date

Type

Type

jar
Description

Description

Dependency Check Gradle Plugin
Dependency-Check is a utility that attempts to detect publicly disclosed vulnerabilities contained within project dependencies.
Project URL

Project URL

https://github.com/wmaintw/DependencyCheck/tree/master/dependency-check-gradle
Source Code Management

Source Code Management

https://github.com/wmaintw/DependencyCheck

Download dependency-check

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.owasp : dependency-check-core jar 1.3.1
org.owasp : dependency-check-utils jar 1.3.1

test (1)

Group / Artifact Type Version
com.netflix.nebula : nebula-test jar 2.2.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4