r

resttest

GraphAware Framework Module for REST-based unit/integration testing of code that talks to Neo4j running in server mode
http://graphaware.com
GNU General Public License, version 3
Graph Aware Limited
Michal Bachman
Files download
File Operation
resttest-3.2.6.51.18.jar download
resttest-3.2.6.51.18.pom download
resttest-3.2.6.51.18-sources.jar download
Apache Maven
<dependency>
  <groupId>com.graphaware.neo4j</groupId>
  <artifactId>resttest</artifactId>
  <version>3.2.6.51.18</version>
</dependency>
Gradle Groovy
implementation 'com.graphaware.neo4j:resttest:3.2.6.51.18'
Gradle Kotlin
implementation("com.graphaware.neo4j:resttest:3.2.6.51.18")
Scala SBT
libraryDependencies += "com.graphaware.neo4j" % "resttest" % "3.2.6.51.18"
Groovy Grape
@Grapes(
  @Grab(group='com.graphaware.neo4j', module='resttest', version='3.2.6.51.18')
)
Apache Ivy
<dependency org="com.graphaware.neo4j" name="resttest" rev="3.2.6.51.18" />
Leiningen
[com.graphaware.neo4j/resttest "3.2.6.51.18"]
Apache Buildr
'com.graphaware.neo4j:resttest:jar:3.2.6.51.18'