License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.droidlogix |
ArtifactId | ArtifactIddbflare-client |
Last Version | Last Version2.0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDBFlare Client
A restful client for dbflare based on unirest
|
Filename | Size |
---|---|
dbflare-client-2.0.8.pom | |
dbflare-client-2.0.8.jar | 27 KB |
dbflare-client-2.0.8-sources.jar | 12 KB |
dbflare-client-2.0.8-javadoc.jar | 474 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.droidlogix/dbflare-client/ -->
<dependency>
<groupId>com.droidlogix</groupId>
<artifactId>dbflare-client</artifactId>
<version>2.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.droidlogix/dbflare-client/
implementation 'com.droidlogix:dbflare-client:2.0.8'
// https://jarcasting.com/artifacts/com.droidlogix/dbflare-client/
implementation ("com.droidlogix:dbflare-client:2.0.8")
'com.droidlogix:dbflare-client:jar:2.0.8'
<dependency org="com.droidlogix" name="dbflare-client" rev="2.0.8">
<artifact name="dbflare-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.droidlogix', module='dbflare-client', version='2.0.8')
)
libraryDependencies += "com.droidlogix" % "dbflare-client" % "2.0.8"
[com.droidlogix/dbflare-client "2.0.8"]
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.10.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.0 |
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 |
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 |