Last Version

Gsb4j Core 1.0.6

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.

License

License

Categories

Categories

Net
GroupId

GroupId

kg.net.bazi.gsb4j
ArtifactId

ArtifactId

gsb4j-core
Version

Version

1.0.6
Type

Type

jar
Description

Description

Gsb4j Core
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.

Download gsb4j-core 1.0.6


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

Dependencies

compile (7)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25
org.apache.commons : commons-lang3 jar 3.9
com.google.inject : guice jar 4.2.2
com.google.code.gson : gson jar 2.8.5
com.zaxxer : HikariCP jar 3.3.1
org.xerial : sqlite-jdbc jar 3.28.0
org.apache.httpcomponents : httpclient jar 4.5.9

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.1
ch.qos.logback : logback-classic jar 1.2.3

Project Modules

There are no modules declared in this project.