n

neo4jserver.bootstrap

Provides the API for an embedded Neo4j Server on top of a jQAssistant instance.
http://jqassistant.org/
Files download
File Operation
neo4jserver.bootstrap-1.3.0.jar download
neo4jserver.bootstrap-1.3.0.pom download
neo4jserver.bootstrap-1.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.buschmais.jqassistant</groupId>
  <artifactId>neo4jserver.bootstrap</artifactId>
  <version>1.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.buschmais.jqassistant:neo4jserver.bootstrap:1.3.0'
Gradle Kotlin
implementation("com.buschmais.jqassistant:neo4jserver.bootstrap:1.3.0")
Scala SBT
libraryDependencies += "com.buschmais.jqassistant" % "neo4jserver.bootstrap" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.buschmais.jqassistant', module='neo4jserver.bootstrap', version='1.3.0')
)
Apache Ivy
<dependency org="com.buschmais.jqassistant" name="neo4jserver.bootstrap" rev="1.3.0" />
Leiningen
[com.buschmais.jqassistant/neo4jserver.bootstrap "1.3.0"]
Apache Buildr
'com.buschmais.jqassistant:neo4jserver.bootstrap:jar:1.3.0'