MVN

org.owasp : dependency-check-plugin

Maven & Gradle

Aug 19, 2023
5.8k stars

Dependency-Check Plugin Archetype

<dependency>
    <groupId>org.owasp</groupId>
    <artifactId>dependency-check-plugin</artifactId>
    <version>8.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.owasp : dependency-check-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.4.0

All Versions

Choose a version of org.owasp : dependency-check-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.4.x
dependency-check-plugin-8.4.0
8.3.x
dependency-check-plugin-8.3.1
dependency-check-plugin-8.3.0
8.2.x
dependency-check-plugin-8.2.1
dependency-check-plugin-8.2.0
8.1.x
dependency-check-plugin-8.1.2
dependency-check-plugin-8.1.1
dependency-check-plugin-8.1.0
8.0.x
dependency-check-plugin-8.0.2
dependency-check-plugin-8.0.1
dependency-check-plugin-8.0.0
7.4.x
dependency-check-plugin-7.4.4
dependency-check-plugin-7.4.3
dependency-check-plugin-7.4.2
dependency-check-plugin-7.4.1
dependency-check-plugin-7.4.0
7.3.x
dependency-check-plugin-7.3.2
dependency-check-plugin-7.3.1
dependency-check-plugin-7.3.0
7.2.x
dependency-check-plugin-7.2.1
dependency-check-plugin-7.2.0
7.1.x
dependency-check-plugin-7.1.2
dependency-check-plugin-7.1.1
dependency-check-plugin-7.1.0
7.0.x
dependency-check-plugin-7.0.4
dependency-check-plugin-7.0.3
dependency-check-plugin-7.0.2
dependency-check-plugin-7.0.1
dependency-check-plugin-7.0.0
6.5.x
dependency-check-plugin-6.5.3
dependency-check-plugin-6.5.2
dependency-check-plugin-6.5.1
dependency-check-plugin-6.5.0
6.4.x
dependency-check-plugin-6.4.1
dependency-check-plugin-6.4.0
6.3.x
dependency-check-plugin-6.3.2
dependency-check-plugin-6.3.1
dependency-check-plugin-6.3.0
6.2.x
dependency-check-plugin-6.2.2
dependency-check-plugin-6.2.1
dependency-check-plugin-6.2.0
6.1.x
dependency-check-plugin-6.1.6
dependency-check-plugin-6.1.5
dependency-check-plugin-6.1.4
dependency-check-plugin-6.1.3
dependency-check-plugin-6.1.2
dependency-check-plugin-6.1.1
dependency-check-plugin-6.1.0
6.0.x
dependency-check-plugin-6.0.5
dependency-check-plugin-6.0.4
dependency-check-plugin-6.0.3
dependency-check-plugin-6.0.2
dependency-check-plugin-6.0.1
dependency-check-plugin-6.0.0
5.3.x
dependency-check-plugin-5.3.2
dependency-check-plugin-5.3.1
dependency-check-plugin-5.3.0
5.2.x
dependency-check-plugin-5.2.4
dependency-check-plugin-5.2.3
dependency-check-plugin-5.2.2
dependency-check-plugin-5.2.1
dependency-check-plugin-5.2.0
5.1.x
dependency-check-plugin-5.1.1
dependency-check-plugin-5.1.0
5.0.x
dependency-check-plugin-5.0.0
dependency-check-plugin-5.0.0-M3
dependency-check-plugin-5.0.0-M2
dependency-check-plugin-5.0.0-M1
4.0.x
dependency-check-plugin-4.0.2
dependency-check-plugin-4.0.1
dependency-check-plugin-4.0.0
3.3.x
dependency-check-plugin-3.3.4
dependency-check-plugin-3.3.3
dependency-check-plugin-3.3.2
dependency-check-plugin-3.3.1
dependency-check-plugin-3.3.0
3.2.x
dependency-check-plugin-3.2.1
dependency-check-plugin-3.2.0
3.1.x
dependency-check-plugin-3.1.2
dependency-check-plugin-3.1.1
dependency-check-plugin-3.1.0
3.0.x
dependency-check-plugin-3.0.2
dependency-check-plugin-3.0.1
dependency-check-plugin-3.0.0
2.1.x
dependency-check-plugin-2.1.1
dependency-check-plugin-2.1.0
2.0.x
dependency-check-plugin-2.0.1
dependency-check-plugin-2.0.0
1.4.x
dependency-check-plugin-1.4.5

How to add a dependency to Maven

Add the following org.owasp : dependency-check-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.owasp</groupId>
    <artifactId>dependency-check-plugin</artifactId>
    <version>8.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.owasp : dependency-check-plugin gradle dependency to your build.gradle file:

implementation 'org.owasp:dependency-check-plugin:8.4.0'

Gradle Kotlin DSL: Add the following org.owasp : dependency-check-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.owasp:dependency-check-plugin:8.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.owasp : dependency-check-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.owasp" % "dependency-check-plugin" % "8.4.0"

Advertisement

Dependencies from Group

Feb 01, 2022
13 usages
Aug 19, 2023
11 usages
5.8k stars
Aug 19, 2023
8 usages
5.8k stars
Jun 02, 2023
8 usages
61 stars
Aug 19, 2023
7 usages
5.8k stars

Discover Dependencies