Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdno.found.elasticsearch |
ArtifactId | ArtifactIdelasticsearch-transport-module |
Version | Version0.8.8-1.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/no.found.elasticsearch/elasticsearch-transport-module/ -->
<dependency>
<groupId>no.found.elasticsearch</groupId>
<artifactId>elasticsearch-transport-module</artifactId>
<version>0.8.8-1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/no.found.elasticsearch/elasticsearch-transport-module/
implementation 'no.found.elasticsearch:elasticsearch-transport-module:0.8.8-1.4.0'
// https://jarcasting.com/artifacts/no.found.elasticsearch/elasticsearch-transport-module/
implementation ("no.found.elasticsearch:elasticsearch-transport-module:0.8.8-1.4.0")
'no.found.elasticsearch:elasticsearch-transport-module:jar:0.8.8-1.4.0'
<dependency org="no.found.elasticsearch" name="elasticsearch-transport-module" rev="0.8.8-1.4.0">
<artifact name="elasticsearch-transport-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.found.elasticsearch', module='elasticsearch-transport-module', version='0.8.8-1.4.0')
)
libraryDependencies += "no.found.elasticsearch" % "elasticsearch-transport-module" % "0.8.8-1.4.0"
[no.found.elasticsearch/elasticsearch-transport-module "0.8.8-1.4.0"]