x

xo.neo4j.remote

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