n

neo4jv3

Provides the adapter for the embedded Neo4j 3.x Community Server.
http://jqassistant.org/
文件下载
文件名 操作
neo4jv3-1.11.0-RC-1.jar 下载
neo4jv3-1.11.0-RC-1.pom 下载
neo4jv3-1.11.0-RC-1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.buschmais.jqassistant.neo4jserver</groupId>
  <artifactId>neo4jv3</artifactId>
  <version>1.11.0-RC-1</version>
</dependency>
Gradle Groovy
implementation 'com.buschmais.jqassistant.neo4jserver:neo4jv3:1.11.0-RC-1'
Gradle Kotlin
implementation("com.buschmais.jqassistant.neo4jserver:neo4jv3:1.11.0-RC-1")
Scala SBT
libraryDependencies += "com.buschmais.jqassistant.neo4jserver" % "neo4jv3" % "1.11.0-RC-1"
Groovy Grape
@Grapes(
  @Grab(group='com.buschmais.jqassistant.neo4jserver', module='neo4jv3', version='1.11.0-RC-1')
)
Apache Ivy
<dependency org="com.buschmais.jqassistant.neo4jserver" name="neo4jv3" rev="1.11.0-RC-1" />
Leiningen
[com.buschmais.jqassistant.neo4jserver/neo4jv3 "1.11.0-RC-1"]
Apache Buildr
'com.buschmais.jqassistant.neo4jserver:neo4jv3:jar:1.11.0-RC-1'