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