x

xo.neo4j.test

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