| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.johnpili |
| ArtifactId | ArtifactIddbflare-client |
| Last Version | Last Version2.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDBFlare Client
A restful client for dbflare based on unirest
|
| Filename | Size |
|---|---|
| dbflare-client-2.1.1.pom | |
| dbflare-client-2.1.1.jar | 31 KB |
| dbflare-client-2.1.1-sources.jar | 14 KB |
| dbflare-client-2.1.1-javadoc.jar | 498 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.konghq : unirest-java | jar | 3.10.00 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |