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