b

bootstrap

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