Download neo4j-tinkerpop-api-0.1.jar file

Introduction

You can download neo4j-tinkerpop-api-0.1.jar in this page.

License

The Apache Software License, Version 2.0

Type List

neo4j-tinkerpop-api-0.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.neo4j/neo4j-tinkerpop-api/pom.properties
META-INF/maven/org.neo4j/neo4j-tinkerpop-api/pom.xml
org.neo4j.tinkerpop.api.Neo4jDirection.class
org.neo4j.tinkerpop.api.Neo4jEntity.class
org.neo4j.tinkerpop.api.Neo4jFactory.class
org.neo4j.tinkerpop.api.Neo4jGraphAPI.class
org.neo4j.tinkerpop.api.Neo4jNode.class
org.neo4j.tinkerpop.api.Neo4jRelationship.class
org.neo4j.tinkerpop.api.Neo4jTx.class

Pom

neo4j-tinkerpop-api-0.1.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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.neo4j</groupId>
    <artifactId>neo4j-tinkerpop-api</artifactId>
    <version>0.1</version>
    <packaging>jar</packaging>
    <name>Neo4j Tinkerpop API</name>
    <description>Apache Licensed Neo4j Tinkerpop API</description>

    <organization>
        <name>Neo Technology, Inc.</name>
        <url>http://neotechnology.com/</url>
    </organization>
    <developers>
        <developer>
            <id>neo-technology</id>
        </developer>
    </developers>
	
    <url>http://github.com/neo4j-contrib/neo4j-tinkerpop-api</url>


    <scm>
        <url>https://github.com/neo4j-contrib/neo4j-tinkerpop-api</url>
    </scm>

    <licenses>
      <license>
        <name>The Apache Software License, Version 2.0</name>
        <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
        <comments>
          Note that this license is for the project itself,
          and not for its dependencies. See the included NOTICE.txt
          file for further details.
          </comments>
          <distribution>repo</distribution>
      </license>
    </licenses>

    <build>
        <plugins>
            <plugin>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>3.1</version>
                <configuration>
                    <source>1.7</source>
                    <target>1.7</target>
                    <encoding>UTF-8</encoding>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-source-plugin</artifactId>
                <version>2.2.1</version>
                <executions>
                    <execution>
                        <id>attach-sources</id>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
                <version>2.9.1</version>
                <executions>
                    <execution>
                        <id>attach-javadocs</id>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>com.mycila.maven-license-plugin</groupId>
                <artifactId>maven-license-plugin</artifactId>
                <version>1.10.b1</version>
                <configuration>
                    <header>ApacheLicense-2.0-header.txt</header>
                    <strictCheck>true</strictCheck>
                    <failIfMissing>true</failIfMissing>
                    <includes>
                        <include>**/*.java</include>
                    </includes>
                </configuration>
            </plugin>
        </plugins>
    </build>
</project>

POM Entry

<dependency>
   <groupId>org.neo4j</groupId>
   <artifactId>neo4j-tinkerpop-api</artifactId>
   <version>0.1</version>
</dependency>

Download

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



Download neo4j-tinkerpop-api-0.1.jar file




PreviousNext

Related