MVN

kg.net.bazi.gsb4j : gsb4j-parent

Maven & Gradle

Oct 29, 2020
9 stars

Gsb4j Parent · Gsb4j is a Java client implementation of Google Safe Browsing API v4. It includes both Lookup API and Update API implementations. Gsb4j is a more or less complete implementation of the Safe Browsing API protocol. There are some missing or unsupported parts which can be found on project's site but those do not influence the overall usability of the API.

<dependency>
    <groupId>kg.net.bazi.gsb4j</groupId>
    <artifactId>gsb4j-parent</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of kg.net.bazi.gsb4j : gsb4j-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of kg.net.bazi.gsb4j : gsb4j-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
gsb4j-parent-1.0.6
gsb4j-parent-1.0.5
gsb4j-parent-1.0.4
gsb4j-parent-1.0.3
gsb4j-parent-1.0.2
gsb4j-parent-1.0.1
gsb4j-parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>kg.net.bazi.gsb4j</groupId>
    <artifactId>gsb4j-parent</artifactId>
    <version>1.0.6</version>
</dependency>