Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.yql4j |
ArtifactId | ArtifactIdyql4j-client |
Version | Version0.9.2 |
Type | Typejar |
Filename | Size |
---|---|
yql4j-client-0.9.2.pom | |
yql4j-client-0.9.2.jar | 23 KB |
yql4j-client-0.9.2-sources.jar | 21 KB |
yql4j-client-0.9.2-javadoc.jar | 109 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.yql4j/yql4j-client/ -->
<dependency>
<groupId>org.yql4j</groupId>
<artifactId>yql4j-client</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.yql4j/yql4j-client/
implementation 'org.yql4j:yql4j-client:0.9.2'
// https://jarcasting.com/artifacts/org.yql4j/yql4j-client/
implementation ("org.yql4j:yql4j-client:0.9.2")
'org.yql4j:yql4j-client:jar:0.9.2'
<dependency org="org.yql4j" name="yql4j-client" rev="0.9.2">
<artifact name="yql4j-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.yql4j', module='yql4j-client', version='0.9.2')
)
libraryDependencies += "org.yql4j" % "yql4j-client" % "0.9.2"
[org.yql4j/yql4j-client "0.9.2"]