Download resttest-3.4.0.52.18.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.4.0.52.18 in this page.

License

GNU General Public License, version 3

Build File

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

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

Download

Click the following link to download the jar file.

resttest-3.4.0.52.18-javadoc.jar
resttest-3.4.0.52.18-sources.jar
resttest-3.4.0.52.18.jar
resttest-3.4.0.52.18.pom



Related Tutorials