Categories |
CategoriesCLI User Interface Search Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdorg.codelibs |
ArtifactId | ArtifactIdelasticsearch-httpclient |
Version | Version7.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.codelibs/elasticsearch-httpclient/ -->
<dependency>
<groupId>org.codelibs</groupId>
<artifactId>elasticsearch-httpclient</artifactId>
<version>7.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codelibs/elasticsearch-httpclient/
implementation 'org.codelibs:elasticsearch-httpclient:7.0.1'
// https://jarcasting.com/artifacts/org.codelibs/elasticsearch-httpclient/
implementation ("org.codelibs:elasticsearch-httpclient:7.0.1")
'org.codelibs:elasticsearch-httpclient:jar:7.0.1'
<dependency org="org.codelibs" name="elasticsearch-httpclient" rev="7.0.1">
<artifact name="elasticsearch-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codelibs', module='elasticsearch-httpclient', version='7.0.1')
)
libraryDependencies += "org.codelibs" % "elasticsearch-httpclient" % "7.0.1"
[org.codelibs/elasticsearch-httpclient "7.0.1"]