MVN

org.zaproxy : zap

Maven & Gradle

Jul 12, 2023
4 usages
11k stars

OWASP Zed Attack Proxy · The Zed Attack Proxy (ZAP) is an easy to use integrated penetration testing tool for finding vulnerabilities in web applications. It is designed to be used by people with a wide range of security experience and as such is ideal for developers and functional testers who are new to penetration testing. ZAP provides automated scanners as well as a set of tools that allow you to find security vulnerabilities manually.

<dependency>
    <groupId>org.zaproxy</groupId>
    <artifactId>zap</artifactId>
    <version>2.13.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.zaproxy : zap to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.13.0

All Versions

Choose a version of org.zaproxy : zap to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.13.x
zap-2.13.0
2.12.x
zap-2.12.0
2.11.x
zap-2.11.1
CVE-2022-27820
zap-2.11.0
CVE-2022-27820
2.10.x
zap-2.10.0
CVE-2022-27820
2.9.x
zap-2.9.0
CVE-2022-27820
2.8.x
zap-2.8.0
CVE-2022-27820
2.7.x
zap-2.7.0
CVE-2022-27820
2.6.x
zap-2.6.0
CVE-2022-27820
2.5.x
zap-2.5.0
CVE-2022-27820

How to add a dependency to Maven

Add the following org.zaproxy : zap maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.zaproxy</groupId>
    <artifactId>zap</artifactId>
    <version>2.13.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.zaproxy : zap gradle dependency to your build.gradle file:

implementation 'org.zaproxy:zap:2.13.0'

Gradle Kotlin DSL: Add the following org.zaproxy : zap gradle kotlin dependency to your build.gradle.kts file:

implementation("org.zaproxy:zap:2.13.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.zaproxy : zap sbt scala dependency to your build.sbt file:

libraryDependencies += "org.zaproxy" % "zap" % "2.13.0"

Advertisement

Dependencies from Group

Jul 14, 2023
9 usages
42 stars
zap
Jul 12, 2023
4 usages
11k stars
Jun 26, 2023
98 stars

Discover Dependencies

Jul 27, 2023
1 usages
87 stars
Aug 19, 2023
36 usages
4.3k stars
Mar 09, 2021
5 stars
Jul 22, 2022
10 usages
2.1k stars
Oct 17, 2016
1.3k stars
May 10, 2023
474 usages
1.1k stars
Apr 29, 2023
205 usages
1.4k stars