Skip to content

Siddhi-3.0.3 Release

Compare
Choose a tag to compare
@lasanthafdo lasanthafdo released this 02 Nov 13:34
· 5344 commits to master since this release

Siddhi 3.0.3 is released with WSO2 DAS 3.0.0.

To use Siddhi as a library, use the following maven dependency.

<dependency>
    <groupId>org.wso2.siddhi</groupId>
    <artifactId>siddhi-query-api</artifactId>
     <version>3.0.3</version>
</dependency>
<dependency>
    <groupId>org.wso2.siddhi</groupId>
    <artifactId>siddhi-query-compiler</artifactId>
    <version>3.0.3</version>
</dependency>
<dependency>
    <groupId>org.wso2.siddhi</groupId>
    <artifactId>siddhi-core</artifactId>
     <version>3.0.3</version>
</dependency>