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