License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface Search Business Logic Libraries Elasticsearch |
GroupId | GroupIdcom.bazaarvoice.elasticsearch.client |
ArtifactId | ArtifactIdes-client-java-core |
Last Version | Last Version0.1PRE3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionES Client Core
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
es-client-java-core-0.1PRE3.pom | |
es-client-java-core-0.1PRE3.jar | 79 KB |
es-client-java-core-0.1PRE3-sources.jar | 37 KB |
es-client-java-core-0.1PRE3-javadoc.jar | 254 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.elasticsearch.client/es-client-java-core/ -->
<dependency>
<groupId>com.bazaarvoice.elasticsearch.client</groupId>
<artifactId>es-client-java-core</artifactId>
<version>0.1PRE3</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.elasticsearch.client/es-client-java-core/
implementation 'com.bazaarvoice.elasticsearch.client:es-client-java-core:0.1PRE3'
// https://jarcasting.com/artifacts/com.bazaarvoice.elasticsearch.client/es-client-java-core/
implementation ("com.bazaarvoice.elasticsearch.client:es-client-java-core:0.1PRE3")
'com.bazaarvoice.elasticsearch.client:es-client-java-core:jar:0.1PRE3'
<dependency org="com.bazaarvoice.elasticsearch.client" name="es-client-java-core" rev="0.1PRE3">
<artifact name="es-client-java-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.elasticsearch.client', module='es-client-java-core', version='0.1PRE3')
)
libraryDependencies += "com.bazaarvoice.elasticsearch.client" % "es-client-java-core" % "0.1PRE3"
[com.bazaarvoice.elasticsearch.client/es-client-java-core "0.1PRE3"]
Group / Artifact | Type | Version |
---|---|---|
com.bazaarvoice.elasticsearch.client : es-client-java-aggregations-support | jar | 0.1PRE3 |
org.elasticsearch : elasticsearch | jar | 1.4.4 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.5.2 |