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