g

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.
https://github.com/bazi/gsb4j
The Apache License, Version 2.0
Azilet Beishenaliev
Files download
File Operation
gsb4j-parent-1.0.6.pom download
Apache Maven
<dependency>
  <groupId>kg.net.bazi.gsb4j</groupId>
  <artifactId>gsb4j-parent</artifactId>
  <version>1.0.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'kg.net.bazi.gsb4j:gsb4j-parent:1.0.6'
Gradle Kotlin
implementation("kg.net.bazi.gsb4j:gsb4j-parent:1.0.6")
Scala SBT
libraryDependencies += "kg.net.bazi.gsb4j" % "gsb4j-parent" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='kg.net.bazi.gsb4j', module='gsb4j-parent', version='1.0.6')
)
Apache Ivy
<dependency org="kg.net.bazi.gsb4j" name="gsb4j-parent" rev="1.0.6" />
Leiningen
[kg.net.bazi.gsb4j/gsb4j-parent "1.0.6"]
Apache Buildr
'kg.net.bazi.gsb4j:gsb4j-parent:jar:1.0.6'
Dependencies
The project has no third-party dependencies