DBFlare Client

A restful client for dbflare based on unirest

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.johnpili
ArtifactId

ArtifactId

dbflare-client
Last Version

Last Version

2.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

DBFlare Client
A restful client for dbflare based on unirest

Download dbflare-client

How to add to project

<!-- https://jarcasting.com/artifacts/com.johnpili/dbflare-client/ -->
<dependency>
    <groupId>com.johnpili</groupId>
    <artifactId>dbflare-client</artifactId>
    <version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.johnpili/dbflare-client/
implementation 'com.johnpili:dbflare-client:2.1.1'
// https://jarcasting.com/artifacts/com.johnpili/dbflare-client/
implementation ("com.johnpili:dbflare-client:2.1.1")
'com.johnpili:dbflare-client:jar:2.1.1'
<dependency org="com.johnpili" name="dbflare-client" rev="2.1.1">
  <artifact name="dbflare-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.johnpili', module='dbflare-client', version='2.1.1')
)
libraryDependencies += "com.johnpili" % "dbflare-client" % "2.1.1"
[com.johnpili/dbflare-client "2.1.1"]

Dependencies

compile (11)

Group / Artifact Type Version
com.google.guava : guava jar 30.1.1-jre
com.google.code.gson : gson jar 2.8.6
com.fasterxml.jackson.core : jackson-core jar 2.13.1
com.fasterxml.jackson.core : jackson-databind jar 2.13.1
org.apache.commons : commons-lang3 jar 3.9
org.slf4j : slf4j-api jar 1.7.26
org.apache.httpcomponents : httpclient jar 4.5.13
org.apache.httpcomponents : httpasyncclient jar 4.1.4
org.apache.httpcomponents : httpmime jar 4.5.12
org.json : json jar 20200518
com.johnpili : dbflare-models jar 1.0.0

provided (1)

Group / Artifact Type Version
com.konghq : unirest-java jar 3.10.00

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.6.2
org.junit.jupiter : junit-jupiter-engine jar 5.6.2

Project Modules

There are no modules declared in this project.

Versions

Version
2.1.1
2.1.0