x

xo.neo4j.test

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