Files download
File Operation
siddhi-query-api-4.3.18.jar download
siddhi-query-api-4.3.18.pom download
siddhi-query-api-4.3.18-sources.jar download
Apache Maven
<dependency>
  <groupId>org.wso2.siddhi</groupId>
  <artifactId>siddhi-query-api</artifactId>
  <version>4.3.18</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.siddhi:siddhi-query-api:4.3.18'
Gradle Kotlin
implementation("org.wso2.siddhi:siddhi-query-api:4.3.18")
Scala SBT
libraryDependencies += "org.wso2.siddhi" % "siddhi-query-api" % "4.3.18"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.siddhi', module='siddhi-query-api', version='4.3.18')
)
Apache Ivy
<dependency org="org.wso2.siddhi" name="siddhi-query-api" rev="4.3.18" />
Leiningen
[org.wso2.siddhi/siddhi-query-api "4.3.18"]
Apache Buildr
'org.wso2.siddhi:siddhi-query-api:jar:4.3.18'