Categories |
CategoriesHazelcast Application Layer Libs Distributed Applications Search Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdcom.hazelcast.jet.contrib |
ArtifactId | ArtifactIdelasticsearch-5 |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
elasticsearch-5-0.1.pom | |
elasticsearch-5-0.1.jar | 11 KB |
elasticsearch-5-0.1-sources.jar | 5 KB |
elasticsearch-5-0.1-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hazelcast.jet.contrib/elasticsearch-5/ -->
<dependency>
<groupId>com.hazelcast.jet.contrib</groupId>
<artifactId>elasticsearch-5</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.hazelcast.jet.contrib/elasticsearch-5/
implementation 'com.hazelcast.jet.contrib:elasticsearch-5:0.1'
// https://jarcasting.com/artifacts/com.hazelcast.jet.contrib/elasticsearch-5/
implementation ("com.hazelcast.jet.contrib:elasticsearch-5:0.1")
'com.hazelcast.jet.contrib:elasticsearch-5:jar:0.1'
<dependency org="com.hazelcast.jet.contrib" name="elasticsearch-5" rev="0.1">
<artifact name="elasticsearch-5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hazelcast.jet.contrib', module='elasticsearch-5', version='0.1')
)
libraryDependencies += "com.hazelcast.jet.contrib" % "elasticsearch-5" % "0.1"
[com.hazelcast.jet.contrib/elasticsearch-5 "0.1"]