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