License |
License |
---|---|
Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
GroupId | GroupIdorg.elasticsearch |
ArtifactId | ArtifactIdelasticsearch-transport-wares |
Version | Version2.7.0 |
Type | Typejar |
Description |
DescriptionElasticsearch Servlet Transport plugin
The wares transport plugin allows to use the REST interface over servlets.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.elasticsearch/elasticsearch-transport-wares/ -->
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-transport-wares</artifactId>
<version>2.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsearch/elasticsearch-transport-wares/
implementation 'org.elasticsearch:elasticsearch-transport-wares:2.7.0'
// https://jarcasting.com/artifacts/org.elasticsearch/elasticsearch-transport-wares/
implementation ("org.elasticsearch:elasticsearch-transport-wares:2.7.0")
'org.elasticsearch:elasticsearch-transport-wares:jar:2.7.0'
<dependency org="org.elasticsearch" name="elasticsearch-transport-wares" rev="2.7.0">
<artifact name="elasticsearch-transport-wares" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsearch', module='elasticsearch-transport-wares', version='2.7.0')
)
libraryDependencies += "org.elasticsearch" % "elasticsearch-transport-wares" % "2.7.0"
[org.elasticsearch/elasticsearch-transport-wares "2.7.0"]
Group / Artifact | Type | Version |
---|---|---|
org.elasticsearch : elasticsearch | jar | 1.7.0 |
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |