is not current version
Last Version 2.11.1

org.zaproxy:zap 2.8.0

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.

GroupId

GroupId

org.zaproxy
ArtifactId

ArtifactId

zap
Version

Version

2.8.0
Type

Type

jar

Download zap 2.8.0


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