Download zap-client-api-0.3.1.jar file - Jar z

Jar examples for z:zap-client-api

Description

Java client API for the OWASP Zed Attack Proxy (ZAP), built on top of the official ZAP Java API

You can download jar file zap-client-api 0.3.1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add zap-client-api-0.3.1.jar to your project.

<dependency>
   <groupId>net.continuous-security-tools</groupId>
   <artifactId>zap-client-api</artifactId>
   <version>0.3.1</version>
</dependency>
compile group: 'net.continuous-security-tools', name: 'zap-client-api', version: '0.3.1'
libraryDependencies += "net.continuous-security-tools" % "zap-client-api" % "0.3.1"
<dependency org="net.continuous-security-tools" name="zap-client-api" rev="0.3.1"/>
@Grapes(@Grab(group='net.continuous-security-tools', module='zap-client-api', version='0.3.1'))
'net.continuous-security-tools:zap-client-api:jar:0.3.1'

Download

Click the following link to download the jar file.

zap-client-api-0.3.1-javadoc.jar
zap-client-api-0.3.1-sources.jar
zap-client-api-0.3.1.jar
zap-client-api-0.3.1.pom



Related Tutorials