GroupId | GroupIdorg.apache.asterix |
---|---|
ArtifactId | ArtifactIdasterix-examples |
Version | Version0.9.5 |
Type | Typepom |
Filename | Size |
---|---|
asterix-examples-0.9.5.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.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.asterix/asterix-examples/
implementation 'org.apache.asterix:asterix-examples:0.9.5'
// https://jarcasting.com/artifacts/org.apache.asterix/asterix-examples/
implementation ("org.apache.asterix:asterix-examples:0.9.5")
'org.apache.asterix:asterix-examples:pom:0.9.5'
<dependency org="org.apache.asterix" name="asterix-examples" rev="0.9.5">
<artifact name="asterix-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.asterix', module='asterix-examples', version='0.9.5')
)
libraryDependencies += "org.apache.asterix" % "asterix-examples" % "0.9.5"
[org.apache.asterix/asterix-examples "0.9.5"]