Categories |
CategoriesSiddhi Business Logic Libraries Machine Learning |
---|---|
GroupId | GroupIdorg.siddhi |
ArtifactId | ArtifactIdsiddhi-core |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
siddhi-core-0.3.0.pom | |
siddhi-core-0.3.0.jar | 143 KB |
siddhi-core-0.3.0-sources.jar | 111 KB |
siddhi-core-0.3.0-javadoc.jar | 667 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.siddhi/siddhi-core/ -->
<dependency>
<groupId>org.siddhi</groupId>
<artifactId>siddhi-core</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.siddhi/siddhi-core/
implementation 'org.siddhi:siddhi-core:0.3.0'
// https://jarcasting.com/artifacts/org.siddhi/siddhi-core/
implementation ("org.siddhi:siddhi-core:0.3.0")
'org.siddhi:siddhi-core:jar:0.3.0'
<dependency org="org.siddhi" name="siddhi-core" rev="0.3.0">
<artifact name="siddhi-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.siddhi', module='siddhi-core', version='0.3.0')
)
libraryDependencies += "org.siddhi" % "siddhi-core" % "0.3.0"
[org.siddhi/siddhi-core "0.3.0"]