Download blueprints-test-2.6.0.jar file

Introduction

You can download blueprints-test-2.6.0.jar in this page.

License

Open Source

Type List

blueprints-test-2.6.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.tinkerpop.blueprints/blueprints-test/pom.properties
META-INF/maven/com.tinkerpop.blueprints/blueprints-test/pom.xml
com.tinkerpop.blueprints.BaseTest.class
com.tinkerpop.blueprints.EdgeTestSuite.class
com.tinkerpop.blueprints.GraphQueryTestSuite.class
com.tinkerpop.blueprints.GraphTestSuite.class
com.tinkerpop.blueprints.IndexTestSuite.class
com.tinkerpop.blueprints.IndexableGraphTestSuite.class
com.tinkerpop.blueprints.KeyIndexableGraphTestSuite.class
com.tinkerpop.blueprints.TestSuite.class
com.tinkerpop.blueprints.TransactionalGraphTestSuite.class
com.tinkerpop.blueprints.VertexQueryTestSuite.class
com.tinkerpop.blueprints.VertexTestSuite.class
com.tinkerpop.blueprints.impls.GraphTest.class
com.tinkerpop.blueprints.util.io.MockSerializable.class
com.tinkerpop.blueprints.util.io.gml.GMLReaderTestSuite.class
com.tinkerpop.blueprints.util.io.graphml.GraphMLReaderTestSuite.class
com.tinkerpop.blueprints.util.io.graphson.GraphSONReaderTestSuite.class
com.tinkerpop.blueprints.util.io.graphson.GraphSONWriterTestSuite.class
com/tinkerpop/blueprints/util/io/gml/graph-example-1.gml
com/tinkerpop/blueprints/util/io/gml/graph-example-2.gml
com/tinkerpop/blueprints/util/io/gml/graph-example-3.gml
com/tinkerpop/blueprints/util/io/graphml/graph-example-1.xml
com/tinkerpop/blueprints/util/io/graphml/graph-example-2.xml
com/tinkerpop/blueprints/util/io/graphml/graph-example-3.xml
com/tinkerpop/blueprints/util/io/graphml/graph-example-4.xml
com/tinkerpop/blueprints/util/io/graphson/graph-example-1.json
com/tinkerpop/blueprints/util/io/graphson/graph-example-2-normalized.json
com/tinkerpop/blueprints/util/io/graphson/graph-example-2.json

Pom

blueprints-test-2.6.0.pom file content.

<?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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.tinkerpop.blueprints</groupId>
        <artifactId>blueprints</artifactId>
        <version>2.6.0</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <artifactId>blueprints-test</artifactId>
    <name>Blueprints-Test</name>
    <description>Reusable test suites for Blueprints</description>
    <dependencies>
        <dependency>
            <groupId>com.tinkerpop.blueprints</groupId>
            <artifactId>blueprints-core</artifactId>
            <version>${tinkerpop.version}</version>
        </dependency>
        <!-- TESTING -->
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>${junit.version}</version>
        </dependency>
    </dependencies>
    <build>
        <directory>${basedir}/target</directory>
        <finalName>${project.artifactId}-${project.version}</finalName>
        <resources>
            <resource>
                <directory>${basedir}/src/main/resources
                </directory>
            </resource>
        </resources>
        <testResources>
            <testResource>
                <directory>${basedir}/src/test/resources
                </directory>
            </testResource>
        </testResources>
    </build>
</project>

POM Entry

<dependency>
   <groupId>com.tinkerpop.blueprints</groupId>
   <artifactId>blueprints-test</artifactId>
   <version>2.6.0</version>
</dependency>

Download

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



Download blueprints-test-2.6.0.jar file




PreviousNext

Related