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