You can download titan-test-0.4.3.jar in this page.
Open Source
titan-test-0.4.3.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.thinkaurelius.titan/titan-test/pom.properties META-INF/maven/com.thinkaurelius.titan/titan-test/pom.xml com.thinkaurelius.titan.StorageSetup.class com.thinkaurelius.titan.TestBed.class com.thinkaurelius.titan.TestByteBuffer.class com.thinkaurelius.titan.blueprints.TitanBlueprintsTest.class com.thinkaurelius.titan.blueprints.TitanGraphQueryTestSuite.class com.thinkaurelius.titan.blueprints.TitanSpecificBlueprintsTestSuite.class com.thinkaurelius.titan.blueprints.TransactionalTitanGraphTestSuite.class com.thinkaurelius.titan.diskstorage.CacheStoreTest.class com.thinkaurelius.titan.diskstorage.HashKeyColumnValueStoreTest.class com.thinkaurelius.titan.diskstorage.IDAllocationTest.class com.thinkaurelius.titan.diskstorage.KeyColumn.class com.thinkaurelius.titan.diskstorage.KeyColumnValueStorePerformance.class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest.class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreUtil.class com.thinkaurelius.titan.diskstorage.KeyValueStoreTest.class com.thinkaurelius.titan.diskstorage.KeyValueStoreUtil.class com.thinkaurelius.titan.diskstorage.LockKeyColumnValueStoreTest.class com.thinkaurelius.titan.diskstorage.MultiWriteKeyColumnValueStoreTest.class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest.class com.thinkaurelius.titan.diskstorage.inmemory.InMemoryStorageAdapter.class com.thinkaurelius.titan.diskstorage.util.TestLockerManager.class com.thinkaurelius.titan.diskstorage.util.TestTimeUtility.class com.thinkaurelius.titan.graphdb.FakeVertex.class com.thinkaurelius.titan.graphdb.GroovyTestSupport.class com.thinkaurelius.titan.graphdb.LongIterator.class com.thinkaurelius.titan.graphdb.RidGenerationTest.class com.thinkaurelius.titan.graphdb.SequentialLongIterator.class com.thinkaurelius.titan.graphdb.SpeedComparisonPerformanceTest.class com.thinkaurelius.titan.graphdb.TitanEventualGraphTest.class com.thinkaurelius.titan.graphdb.TitanGraphConcurrentTest.class com.thinkaurelius.titan.graphdb.TitanGraphPerformanceMemoryTest.class com.thinkaurelius.titan.graphdb.TitanGraphSerialSpeedTest.class com.thinkaurelius.titan.graphdb.TitanGraphTest.class com.thinkaurelius.titan.graphdb.TitanGraphTestCommon.class com.thinkaurelius.titan.graphdb.TitanIndexTest.class com.thinkaurelius.titan.graphdb.TitanNonTransactionalGraphMetricsTest.class com.thinkaurelius.titan.graphdb.serializer.SpecialInt.class com.thinkaurelius.titan.graphdb.serializer.SpecialIntSerializer.class com.thinkaurelius.titan.testcategory.KeyOrderAgnosticTests.class com.thinkaurelius.titan.testcategory.MemoryTests.class com.thinkaurelius.titan.testcategory.OrderedKeyStoreTests.class com.thinkaurelius.titan.testcategory.PerformanceTests.class com.thinkaurelius.titan.testcategory.SerialTests.class com.thinkaurelius.titan.testcategory.UnorderedKeyStoreTests.class com.thinkaurelius.titan.testutil.JUnitBenchmarkProvider.class com.thinkaurelius.titan.testutil.MemoryAssess.class com.thinkaurelius.titan.testutil.PerformanceTest.class com.thinkaurelius.titan.testutil.RandomGenerator.class com.thinkaurelius.titan.testutil.TestUtil.class com.thinkaurelius.titan.testutil.gen.GraphGenerator.class com.thinkaurelius.titan.testutil.gen.Schema.class com.tinkerpop.furnace.alpha.generators.AbstractGenerator.class com.tinkerpop.furnace.alpha.generators.CommunityGenerator.class com.tinkerpop.furnace.alpha.generators.CopyDistribution.class com.tinkerpop.furnace.alpha.generators.Distribution.class com.tinkerpop.furnace.alpha.generators.DistributionGenerator.class com.tinkerpop.furnace.alpha.generators.EdgeAnnotator.class com.tinkerpop.furnace.alpha.generators.NormalDistribution.class com.tinkerpop.furnace.alpha.generators.PowerLawDistribution.class com.tinkerpop.furnace.alpha.generators.SizableIterable.class com.tinkerpop.furnace.alpha.generators.VertexAnnotator.class
titan-test-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-test</artifactId> <name>Titan-Test: Test Suite for Titan</name> <url>http://thinkaurelius.github.com/titan/</url> <properties> <top.level.basedir>${basedir}/..</top.level.basedir> </properties> <repositories> <!-- Access Sonatype OSS Snapshots for Furnace artifacts. This can go away when Furnace is released to Central. --> <repository> <id>sonatype-oss-snapshots</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository> </repositories> <dependencies> <dependency> <groupId>com.thinkaurelius.titan</groupId> <artifactId>titan-core</artifactId> <version>${project.version}</version> </dependency> <!-- TinkerPop --> <dependency> <groupId>com.tinkerpop.blueprints</groupId> <artifactId>blueprints-test</artifactId> <version>${tinkerpop.version}</version> </dependency> <!-- Can't release Titan with a Furnace dependency until Furnace releases a non-SNAPSHOT version. Titan only uses Furnace's generators subpackages. To allow for a Titan release with an alpha version of Furnace generators, I copied the source files from the package into titan-test/src/main/java. I changed the package to com.tinkerpop.furnace.alpha.generators. We should get rid of that when Furnace releases. <dependency> <groupId>com.tinkerpop.furnace</groupId> <artifactId>furnace</artifactId> <version>0.1.0-SNAPSHOT</version> <exclusions> <exclusion> <groupId>com.tinkerpop.gremlin</groupId> <artifactId>gremlin-java</artifactId> </exclusion> <exclusion> <groupId>com.tinkerpop.gremlin</groupId> <artifactId>gremlin-groovy</artifactId> </exclusion> <exclusion> <groupId>com.tinkerpop.blueprints</groupId> <artifactId>blueprints-core</artifactId> </exclusion> <exclusion> <groupId>com.tinkerpop</groupId> <artifactId>pipes</artifactId> </exclusion> </exclusions> </dependency> --> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-math</artifactId> <version>2.2</version> </dependency> <!-- Test Dependencies --> <dependency> <groupId>com.carrotsearch</groupId> <artifactId>junit-benchmarks</artifactId> </dependency> <dependency> <groupId>com.carrotsearch.randomizedtesting</groupId> <artifactId>randomizedtesting-runner</artifactId> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <version>1.3.172</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>1.8.1</version> </dependency> <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> <version>3.1</version> </dependency> <!-- Groovy & Gremlin --> <dependency> <groupId>org.codehaus.gmaven.runtime</groupId> <artifactId>gmaven-runtime-1.5</artifactId> <version>1.5</version> <scope>test</scope> <exclusions> <exclusion> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> </exclusion> <!-- This Slf4j log binding conflicts with Log4j --> <exclusion> <groupId>org.sonatype.gossip</groupId> <artifactId>gossip</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.tinkerpop.gremlin</groupId> <artifactId>gremlin-groovy</artifactId> <version>${tinkerpop.version}</version> </dependency> </dependencies> <build> <resources> <resource> <directory>${basedir}/src/main/resources</directory> <filtering>true</filtering> </resource> </resources> <plugins> <!-- Groovy --> <plugin> <groupId>org.codehaus.gmaven</groupId> <artifactId>gmaven-plugin</artifactId> <version>1.5</version> <configuration> <providerSelection>1.5</providerSelection> <debug>true</debug> <verbose>true</verbose> <stacktrace>true</stacktrace> <sources> <fileset> <directory>${project.basedir}/src/main/groovy</directory> <includes> <include>**/*.groovy</include> </includes> </fileset> </sources> <testSources> <fileset> <directory>${project.basedir}/src/test/groovy</directory> <includes> <include>**/*.groovy</include> </includes> </fileset> </testSources> </configuration> <executions> <execution> <id>groovy-compile</id> <phase>compile</phase> <goals> <goal>compile</goal> </goals> </execution> <execution> <id>groovy-testCompile</id> <phase>test-compile</phase> <goals> <goal>testCompile</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>
<dependency> <groupId>com.thinkaurelius.titan</groupId> <artifactId>titan-test</artifactId> <version>0.4.3</version> </dependency>
If you think the following titan-test-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-test-0.4.3.jar file