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