es-client-java-complete
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.bazaarvoice.elasticsearch.client</groupId>
<artifactId>es-client-java-complete</artifactId>
<version>0.1PRE6</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.bazaarvoice.elasticsearch.client</groupId>
<artifactId>es-rest-client-parent</artifactId>
<version>0.1PRE6</version>
<relativePath>./parent/pom.xml</relativePath>
</parent>
<artifactId>es-client-java-complete</artifactId>
<packaging>pom</packaging>
<name>ES Rest Client Reactor</name>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>http://github.com/vvcephei/es-client-java</url>
<connection>scm:git:git@github.com:vvcephei/es-client-java.git</connection>
<developerConnection>scm:git:git@github.com:vvcephei/es-client-java.git</developerConnection>
<tag>es-client-java-complete-0.1PRE6</tag>
</scm>
<modules>
<module>parent</module>
<module>es-rest-client-1.3</module>
<module>es-rest-client-1.4</module>
</modules>
</project>