Categories |
CategoriesSiddhi Business Logic Libraries Machine Learning |
---|---|
GroupId | GroupIdorg.streampipes |
ArtifactId | ArtifactIdstreampipes-wrapper-siddhi |
Version | Version0.64.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.streampipes/streampipes-wrapper-siddhi/ -->
<dependency>
<groupId>org.streampipes</groupId>
<artifactId>streampipes-wrapper-siddhi</artifactId>
<version>0.64.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.streampipes/streampipes-wrapper-siddhi/
implementation 'org.streampipes:streampipes-wrapper-siddhi:0.64.0'
// https://jarcasting.com/artifacts/org.streampipes/streampipes-wrapper-siddhi/
implementation ("org.streampipes:streampipes-wrapper-siddhi:0.64.0")
'org.streampipes:streampipes-wrapper-siddhi:jar:0.64.0'
<dependency org="org.streampipes" name="streampipes-wrapper-siddhi" rev="0.64.0">
<artifact name="streampipes-wrapper-siddhi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.streampipes', module='streampipes-wrapper-siddhi', version='0.64.0')
)
libraryDependencies += "org.streampipes" % "streampipes-wrapper-siddhi" % "0.64.0"
[org.streampipes/streampipes-wrapper-siddhi "0.64.0"]