Skip to content

Siddhi 3.0.2 Release

Compare
Choose a tag to compare
@suhothayan suhothayan released this 26 Sep 01:54

Siddhi 3.0.2 is a is released with WSO2CEP 4.0.0.

Use following maven dependency.

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