Categories |
CategoriesSiddhi Business Logic Libraries Machine Learning |
---|---|
GroupId | GroupIdorg.wso2.siddhi |
ArtifactId | ArtifactIdsiddhi-samples |
Version | Version4.0.0-M96 |
Type | Typepom |
Filename | Size |
---|---|
siddhi-samples-4.0.0-M96.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.siddhi/siddhi-samples/ -->
<dependency>
<groupId>org.wso2.siddhi</groupId>
<artifactId>siddhi-samples</artifactId>
<version>4.0.0-M96</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.siddhi/siddhi-samples/
implementation 'org.wso2.siddhi:siddhi-samples:4.0.0-M96'
// https://jarcasting.com/artifacts/org.wso2.siddhi/siddhi-samples/
implementation ("org.wso2.siddhi:siddhi-samples:4.0.0-M96")
'org.wso2.siddhi:siddhi-samples:pom:4.0.0-M96'
<dependency org="org.wso2.siddhi" name="siddhi-samples" rev="4.0.0-M96">
<artifact name="siddhi-samples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.siddhi', module='siddhi-samples', version='4.0.0-M96')
)
libraryDependencies += "org.wso2.siddhi" % "siddhi-samples" % "4.0.0-M96"
[org.wso2.siddhi/siddhi-samples "4.0.0-M96"]