<dependency>
<groupId>org.wso2.extension.siddhi.store.influxdb</groupId>
<artifactId>siddhi-store-influxdb-parent</artifactId>
<version>2.0.0</version>
</dependency>
implementation group: 'org.wso2.extension.siddhi.store.influxdb', name: 'siddhi-store-influxdb-parent', version: '2.0.0'
implementation 'org.wso2.extension.siddhi.store.influxdb:siddhi-store-influxdb-parent:2.0.0'
implementation("org.wso2.extension.siddhi.store.influxdb:siddhi-store-influxdb-parent:2.0.0")
libraryDependencies += "org.wso2.extension.siddhi.store.influxdb" % "siddhi-store-influxdb-parent" % "2.0.0"
<dependency org="org.wso2.extension.siddhi.store.influxdb" name="siddhi-store-influxdb-parent" rev="2.0.0"/>
@Grapes(
@Grab(group='org.wso2.extension.siddhi.store.influxdb', module='siddhi-store-influxdb-parent', version='2.0.0')
)
[org.wso2.extension.siddhi.store.influxdb/siddhi-store-influxdb-parent "2.0.0"]
'org.wso2.extension.siddhi.store.influxdb:siddhi-store-influxdb-parent:jar:2.0.0'