Download titan-es-0.4.3.jar file

Introduction

You can download titan-es-0.4.3.jar in this page.

License

Open Source

Type List

titan-es-0.4.3.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.thinkaurelius.titan/titan-es/pom.properties
META-INF/maven/com.thinkaurelius.titan/titan-es/pom.xml
com.thinkaurelius.titan.diskstorage.es.ElasticSearchConstants.class
com.thinkaurelius.titan.diskstorage.es.ElasticSearchIndex.class
titan-es.properties

Pom

titan-es-0.4.3.pom file content.

<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.thinkaurelius.titan</groupId>
        <artifactId>titan</artifactId>
        <version>0.4.3</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <artifactId>titan-es</artifactId>
    <name>Titan-ElasticSearch: Distributed Indexing Support</name>
    <url>http://thinkaurelius.github.com/titan/</url>
    <properties>
        <top.level.basedir>${basedir}/..</top.level.basedir>
        <!--
          ES depends on Lucene.  This ES dependency can affect the
          version used by the titan-lucene module.  When updating
          the ES version, also consider the version of Lucene upon
          which it depends and modify ../titan-lucene/pom.xml
          as necessary to keep the versions matched.
        -->
        <elasticsearch.version>0.90.5</elasticsearch.version>
    </properties>
    <dependencies>
        <dependency>
            <groupId>com.thinkaurelius.titan</groupId>
            <artifactId>titan-core</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>com.thinkaurelius.titan</groupId>
            <artifactId>titan-test</artifactId>
            <version>${project.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.elasticsearch</groupId>
            <artifactId>elasticsearch</artifactId>
            <version>${elasticsearch.version}</version>
        </dependency>
    </dependencies>
    <build>
        <resources>
            <resource>
                <directory>${basedir}/src/main/resources</directory>
                <filtering>true</filtering>
            </resource>
        </resources>
    </build>
</project>

POM Entry

<dependency>
   <groupId>com.thinkaurelius.titan</groupId>
   <artifactId>titan-es</artifactId>
   <version>0.4.3</version>
</dependency>

Download

If you think the following titan-es-0.4.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download titan-es-0.4.3.jar file




PreviousNext

Related