License |
License |
---|---|
Categories |
CategoriesSiddhi Business Logic Libraries Machine Learning |
GroupId | GroupIdorg.siddhi |
ArtifactId | ArtifactIdsiddhi |
Last Version | Last Version0.4.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSiddhi
Siddhi - A highly-performant CEP Engine
|
Project URL |
Project URL |
Filename | Size |
---|---|
siddhi-0.4.0.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.siddhi/siddhi/ -->
<dependency>
<groupId>org.siddhi</groupId>
<artifactId>siddhi</artifactId>
<version>0.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.siddhi/siddhi/
implementation 'org.siddhi:siddhi:0.4.0'
// https://jarcasting.com/artifacts/org.siddhi/siddhi/
implementation ("org.siddhi:siddhi:0.4.0")
'org.siddhi:siddhi:pom:0.4.0'
<dependency org="org.siddhi" name="siddhi" rev="0.4.0">
<artifact name="siddhi" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.siddhi', module='siddhi', version='0.4.0')
)
libraryDependencies += "org.siddhi" % "siddhi" % "0.4.0"
[org.siddhi/siddhi "0.4.0"]