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
文件下载
文件名 操作
resttest-3.2.1.51.16.jar 下载
resttest-3.2.1.51.16.pom 下载
resttest-3.2.1.51.16-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.graphaware.neo4j</groupId>
  <artifactId>resttest</artifactId>
  <version>3.2.1.51.16</version>
</dependency>
Gradle Groovy
implementation 'com.graphaware.neo4j:resttest:3.2.1.51.16'
Gradle Kotlin
implementation("com.graphaware.neo4j:resttest:3.2.1.51.16")
Scala SBT
libraryDependencies += "com.graphaware.neo4j" % "resttest" % "3.2.1.51.16"
Groovy Grape
@Grapes(
  @Grab(group='com.graphaware.neo4j', module='resttest', version='3.2.1.51.16')
)
Apache Ivy
<dependency org="com.graphaware.neo4j" name="resttest" rev="3.2.1.51.16" />
Leiningen
[com.graphaware.neo4j/resttest "3.2.1.51.16"]
Apache Buildr
'com.graphaware.neo4j:resttest:jar:3.2.1.51.16'