Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.asterix |
ArtifactId | ArtifactIdasterix-client-helper |
Version | Version0.9.4.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.asterix/asterix-client-helper/ -->
<dependency>
<groupId>org.apache.asterix</groupId>
<artifactId>asterix-client-helper</artifactId>
<version>0.9.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.asterix/asterix-client-helper/
implementation 'org.apache.asterix:asterix-client-helper:0.9.4.1'
// https://jarcasting.com/artifacts/org.apache.asterix/asterix-client-helper/
implementation ("org.apache.asterix:asterix-client-helper:0.9.4.1")
'org.apache.asterix:asterix-client-helper:jar:0.9.4.1'
<dependency org="org.apache.asterix" name="asterix-client-helper" rev="0.9.4.1">
<artifact name="asterix-client-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.asterix', module='asterix-client-helper', version='0.9.4.1')
)
libraryDependencies += "org.apache.asterix" % "asterix-client-helper" % "0.9.4.1"
[org.apache.asterix/asterix-client-helper "0.9.4.1"]