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