Categories |
CategoriesSiddhi Business Logic Libraries Machine Learning |
---|---|
GroupId | GroupIdorg.wso2.siddhi |
ArtifactId | ArtifactIdsiddhi-service |
Version | Version4.1.47 |
Type | Typejar |
Filename | Size |
---|---|
siddhi-service-4.1.47.pom | |
siddhi-service-4.1.47.jar | 17 MB |
siddhi-service-4.1.47-sources.jar | 27 KB |
siddhi-service-4.1.47-javadoc.jar | 133 KB |
siddhi-service-4.1.47-bin.zip | 15 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.siddhi/siddhi-service/ -->
<dependency>
<groupId>org.wso2.siddhi</groupId>
<artifactId>siddhi-service</artifactId>
<version>4.1.47</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.siddhi/siddhi-service/
implementation 'org.wso2.siddhi:siddhi-service:4.1.47'
// https://jarcasting.com/artifacts/org.wso2.siddhi/siddhi-service/
implementation ("org.wso2.siddhi:siddhi-service:4.1.47")
'org.wso2.siddhi:siddhi-service:jar:4.1.47'
<dependency org="org.wso2.siddhi" name="siddhi-service" rev="4.1.47">
<artifact name="siddhi-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.siddhi', module='siddhi-service', version='4.1.47')
)
libraryDependencies += "org.wso2.siddhi" % "siddhi-service" % "4.1.47"
[org.wso2.siddhi/siddhi-service "4.1.47"]