License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.yql4j |
ArtifactId | ArtifactIdyql4j-client |
Version | Version0.9.5 |
Type | Typejar |
Description |
DescriptionYQL4J Client
A YQL client library for Java
|
Filename | Size |
---|---|
yql4j-client-0.9.5.pom | |
yql4j-client-0.9.5.jar | 23 KB |
yql4j-client-0.9.5-sources.jar | 22 KB |
yql4j-client-0.9.5-javadoc.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.yql4j/yql4j-client/ -->
<dependency>
<groupId>org.yql4j</groupId>
<artifactId>yql4j-client</artifactId>
<version>0.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.yql4j/yql4j-client/
implementation 'org.yql4j:yql4j-client:0.9.5'
// https://jarcasting.com/artifacts/org.yql4j/yql4j-client/
implementation ("org.yql4j:yql4j-client:0.9.5")
'org.yql4j:yql4j-client:jar:0.9.5'
<dependency org="org.yql4j" name="yql4j-client" rev="0.9.5">
<artifact name="yql4j-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.yql4j', module='yql4j-client', version='0.9.5')
)
libraryDependencies += "org.yql4j" % "yql4j-client" % "0.9.5"
[org.yql4j/yql4j-client "0.9.5"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 18.0 |
org.apache.httpcomponents : httpclient | jar | 4.3.6 |
oauth.signpost : signpost-commonshttp4 | jar | 1.2.1.2 |
com.fasterxml.jackson.dataformat : jackson-dataformat-xml | jar | 2.4.2 |
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.slf4j : slf4j-simple | jar | 1.7.7 |