Download tests-2.1.2.9.jar file - Jar t

Jar examples for t:tests

Description

Tests for JAXB RI OSGi bundles. They should be in separate module because of dependency-hell of osgi and extra-osgi modules.

You can download jar file tests 2.1.2.9 in this page.

License

Open Source License

Build File

You can use the following script to add tests-2.1.2.9.jar to your project.

<dependency>
   <groupId>com.graphaware.neo4j</groupId>
   <artifactId>tests</artifactId>
   <version>2.1.2.9</version>
</dependency>
compile group: 'com.graphaware.neo4j', name: 'tests', version: '2.1.2.9'
libraryDependencies += "com.graphaware.neo4j" % "tests" % "2.1.2.9"
<dependency org="com.graphaware.neo4j" name="tests" rev="2.1.2.9"/>
@Grapes(@Grab(group='com.graphaware.neo4j', module='tests', version='2.1.2.9'))
'com.graphaware.neo4j:tests:jar:2.1.2.9'

Download

Click the following link to download the jar file.

tests-2.1.2.9-javadoc.jar
tests-2.1.2.9-sources.jar
tests-2.1.2.9.jar
tests-2.1.2.9.pom



Related Tutorials