is not current version
Last Version 0.9.8

org.apache.asterix:asterix-common 0.9.5


GroupId

GroupId

org.apache.asterix
ArtifactId

ArtifactId

asterix-common
Version

Version

0.9.5
Type

Type

jar

Download asterix-common 0.9.5


<!-- https://jarcasting.com/artifacts/org.apache.asterix/asterix-common/ -->
<dependency>
    <groupId>org.apache.asterix</groupId>
    <artifactId>asterix-common</artifactId>
    <version>0.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.asterix/asterix-common/
implementation 'org.apache.asterix:asterix-common:0.9.5'
// https://jarcasting.com/artifacts/org.apache.asterix/asterix-common/
implementation ("org.apache.asterix:asterix-common:0.9.5")
'org.apache.asterix:asterix-common:jar:0.9.5'
<dependency org="org.apache.asterix" name="asterix-common" rev="0.9.5">
  <artifact name="asterix-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.asterix', module='asterix-common', version='0.9.5')
)
libraryDependencies += "org.apache.asterix" % "asterix-common" % "0.9.5"
[org.apache.asterix/asterix-common "0.9.5"]