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