Categories |
CategoriesMongoDB Data Databases Search Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdcom.github.richardwilly98.elasticsearch |
ArtifactId | ArtifactIdelasticsearch-river-mongodb |
Version | Version2.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.richardwilly98.elasticsearch/elasticsearch-river-mongodb/ -->
<dependency>
<groupId>com.github.richardwilly98.elasticsearch</groupId>
<artifactId>elasticsearch-river-mongodb</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.richardwilly98.elasticsearch/elasticsearch-river-mongodb/
implementation 'com.github.richardwilly98.elasticsearch:elasticsearch-river-mongodb:2.0.5'
// https://jarcasting.com/artifacts/com.github.richardwilly98.elasticsearch/elasticsearch-river-mongodb/
implementation ("com.github.richardwilly98.elasticsearch:elasticsearch-river-mongodb:2.0.5")
'com.github.richardwilly98.elasticsearch:elasticsearch-river-mongodb:jar:2.0.5'
<dependency org="com.github.richardwilly98.elasticsearch" name="elasticsearch-river-mongodb" rev="2.0.5">
<artifact name="elasticsearch-river-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.richardwilly98.elasticsearch', module='elasticsearch-river-mongodb', version='2.0.5')
)
libraryDependencies += "com.github.richardwilly98.elasticsearch" % "elasticsearch-river-mongodb" % "2.0.5"
[com.github.richardwilly98.elasticsearch/elasticsearch-river-mongodb "2.0.5"]