You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Java implementation to access the [OWASP ZAP API](https://github.com/zaproxy/zaproxy/wiki/ApiDetails). For more information
@@ -17,14 +17,14 @@ This project produces two libraries:
17
17
18
18
The latest released versions can be downloaded from the [Releases page](https://github.com/zaproxy/zap-api-java/releases).
19
19
20
-
Or, if using a dependency management tool, for example [Maven](https://maven.apache.org/), the `zap-clientapi` library
21
-
can be obtained from [Maven Central](http://search.maven.org/) with following coordinates:
20
+
Or, if using a dependency management tool, for example [Maven](https://maven.apache.org/) or [Gradle](https://gradle.org/), the `zap-clientapi` library
21
+
can be obtained from [Maven Central](https://search.maven.org/) with following coordinates:
22
22
23
23
* GroupId: `org.zaproxy`
24
24
* ArtifactId: `zap-clientapi`
25
-
* Version: `1.6.0`
25
+
* Version: `1.7.0`
26
26
27
-
Previous releases are also available, more details can be found in [Maven Central](http://search.maven.org/#search|ga|1|org.zaproxy).
27
+
Previous releases are also available, more details can be found in [Maven Central](https://search.maven.org/search?q=g:org.zaproxy%20AND%20a:zap-clientapi&core=gav).
28
28
29
29
## Getting Help
30
30
@@ -53,87 +53,3 @@ To install the artifacts to the local Maven repository you can run the following
53
53
./gradlew install
54
54
55
55
The installed artifacts (`zap-clientapi`) are then available for other (local) projects to use.
56
-
57
-
## Releasing
58
-
59
-
In the following sections it will be explained the steps necessary to release a new version of the libraries. In all steps the
60
-
version to be released is referred to as `<version-to-release>`, which should be replaced with appropriate version number
61
-
(e.g. 2.1.0).
62
-
63
-
### Release Branching
64
-
65
-
The project follows the [git-flow branching model](http://nvie.com/posts/a-successful-git-branching-model/). To release a new version it needs to be created a new release branch, update the version, and tag:
0 commit comments