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