GroupId | GroupIdorg.apache.asterix |
---|---|
ArtifactId | ArtifactIdasterix-tools |
Version | Version0.9.4 |
Type | Typejar |
Filename | Size |
---|---|
asterix-tools-0.9.4.pom | |
asterix-tools-0.9.4.jar | 6 KB |
asterix-tools-0.9.4-tests.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.asterix/asterix-tools/ -->
<dependency>
<groupId>org.apache.asterix</groupId>
<artifactId>asterix-tools</artifactId>
<version>0.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.asterix/asterix-tools/
implementation 'org.apache.asterix:asterix-tools:0.9.4'
// https://jarcasting.com/artifacts/org.apache.asterix/asterix-tools/
implementation ("org.apache.asterix:asterix-tools:0.9.4")
'org.apache.asterix:asterix-tools:jar:0.9.4'
<dependency org="org.apache.asterix" name="asterix-tools" rev="0.9.4">
<artifact name="asterix-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.asterix', module='asterix-tools', version='0.9.4')
)
libraryDependencies += "org.apache.asterix" % "asterix-tools" % "0.9.4"
[org.apache.asterix/asterix-tools "0.9.4"]