Download resttest-3.0.6.43.13.jar file - Jar r

Jar examples for r:resttest

Description

GraphAware Framework Module for REST-based unit/integration testing of code that talks to Neo4j running in server mode

You can download jar file resttest 3.0.6.43.13 in this page.

License

GNU General Public License, version 3

Build File

You can use the following script to add resttest-3.0.6.43.13.jar to your project.

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

Download

Click the following link to download the jar file.

resttest-3.0.6.43.13-javadoc.jar
resttest-3.0.6.43.13-sources.jar
resttest-3.0.6.43.13.jar
resttest-3.0.6.43.13.pom



Related Tutorials