Categories |
CategoriesSiddhi Business Logic Libraries Machine Learning |
---|---|
GroupId | GroupIdio.siddhi |
ArtifactId | ArtifactIdsiddhi-service |
Version | Version5.1.1 |
Type | Typejar |
Filename | Size |
---|---|
siddhi-service-5.1.1.pom | |
siddhi-service-5.1.1.jar | 40 MB |
siddhi-service-5.1.1-sources.jar | 25 KB |
siddhi-service-5.1.1-javadoc.jar | 128 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.siddhi/siddhi-service/ -->
<dependency>
<groupId>io.siddhi</groupId>
<artifactId>siddhi-service</artifactId>
<version>5.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.siddhi/siddhi-service/
implementation 'io.siddhi:siddhi-service:5.1.1'
// https://jarcasting.com/artifacts/io.siddhi/siddhi-service/
implementation ("io.siddhi:siddhi-service:5.1.1")
'io.siddhi:siddhi-service:jar:5.1.1'
<dependency org="io.siddhi" name="siddhi-service" rev="5.1.1">
<artifact name="siddhi-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.siddhi', module='siddhi-service', version='5.1.1')
)
libraryDependencies += "io.siddhi" % "siddhi-service" % "5.1.1"
[io.siddhi/siddhi-service "5.1.1"]