b

bootstrap

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