x

xo.neo4j.test

Files download
File Operation
xo.neo4j.test-2.2.3.jar download
xo.neo4j.test-2.2.3.pom download
Apache Maven
<dependency>
  <groupId>com.buschmais.xo</groupId>
  <artifactId>xo.neo4j.test</artifactId>
  <version>2.2.3</version>
</dependency>
Gradle Groovy
implementation 'com.buschmais.xo:xo.neo4j.test:2.2.3'
Gradle Kotlin
implementation("com.buschmais.xo:xo.neo4j.test:2.2.3")
Scala SBT
libraryDependencies += "com.buschmais.xo" % "xo.neo4j.test" % "2.2.3"
Groovy Grape
@Grapes(
  @Grab(group='com.buschmais.xo', module='xo.neo4j.test', version='2.2.3')
)
Apache Ivy
<dependency org="com.buschmais.xo" name="xo.neo4j.test" rev="2.2.3" />
Leiningen
[com.buschmais.xo/xo.neo4j.test "2.2.3"]
Apache Buildr
'com.buschmais.xo:xo.neo4j.test:jar:2.2.3'