Categories |
CategoriesSiddhi Business Logic Libraries Machine Learning |
---|---|
GroupId | GroupIdio.siddhi |
ArtifactId | ArtifactIdsiddhi-core-doc-gen |
Version | Version5.1.3 |
Type | Typejar |
Filename | Size |
---|---|
siddhi-core-doc-gen-5.1.3.pom | |
siddhi-core-doc-gen-5.1.3.jar | 10 KB |
siddhi-core-doc-gen-5.1.3-sources.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.siddhi/siddhi-core-doc-gen/ -->
<dependency>
<groupId>io.siddhi</groupId>
<artifactId>siddhi-core-doc-gen</artifactId>
<version>5.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.siddhi/siddhi-core-doc-gen/
implementation 'io.siddhi:siddhi-core-doc-gen:5.1.3'
// https://jarcasting.com/artifacts/io.siddhi/siddhi-core-doc-gen/
implementation ("io.siddhi:siddhi-core-doc-gen:5.1.3")
'io.siddhi:siddhi-core-doc-gen:jar:5.1.3'
<dependency org="io.siddhi" name="siddhi-core-doc-gen" rev="5.1.3">
<artifact name="siddhi-core-doc-gen" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.siddhi', module='siddhi-core-doc-gen', version='5.1.3')
)
libraryDependencies += "io.siddhi" % "siddhi-core-doc-gen" % "5.1.3"
[io.siddhi/siddhi-core-doc-gen "5.1.3"]