is not current version
Last Version 1.0.6

kg.net.bazi.gsb4j:gsb4j-parent 1.0.1

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.

Categories

Categories

Net
GroupId

GroupId

kg.net.bazi.gsb4j
ArtifactId

ArtifactId

gsb4j-parent
Version

Version

1.0.1
Type

Type

pom

Download gsb4j-parent 1.0.1

Filename Size
gsb4j-parent-1.0.1.pom 15 KB
Browse

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