n

neo4jserver

Provides integrations jQAssistant and Neo4j server.
http://jqassistant.org/
GNU General Public License, v3
buschmais GbR
文件下载
文件名 操作
neo4jserver-1.3.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.buschmais.jqassistant</groupId>
  <artifactId>neo4jserver</artifactId>
  <version>1.3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.buschmais.jqassistant:neo4jserver:1.3.0'
Gradle Kotlin
implementation("com.buschmais.jqassistant:neo4jserver:1.3.0")
Scala SBT
libraryDependencies += "com.buschmais.jqassistant" % "neo4jserver" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.buschmais.jqassistant', module='neo4jserver', version='1.3.0')
)
Apache Ivy
<dependency org="com.buschmais.jqassistant" name="neo4jserver" rev="1.3.0" />
Leiningen
[com.buschmais.jqassistant/neo4jserver "1.3.0"]
Apache Buildr
'com.buschmais.jqassistant:neo4jserver:jar:1.3.0'