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