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