e

embedded

Provides the integration of an embedded Neo4j database and server.
https://jqassistant.org/
GNU General Public License, v3
jQAssistant Development Team
文件下载
文件名 操作
embedded-2.1.0-M1.jar 下载
embedded-2.1.0-M1.pom 下载
embedded-2.1.0-M1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.buschmais.jqassistant.neo4j</groupId>
  <artifactId>embedded</artifactId>
  <version>2.1.0-M1</version>
</dependency>
Gradle Groovy
implementation 'com.buschmais.jqassistant.neo4j:embedded:2.1.0-M1'
Gradle Kotlin
implementation("com.buschmais.jqassistant.neo4j:embedded:2.1.0-M1")
Scala SBT
libraryDependencies += "com.buschmais.jqassistant.neo4j" % "embedded" % "2.1.0-M1"
Groovy Grape
@Grapes(
  @Grab(group='com.buschmais.jqassistant.neo4j', module='embedded', version='2.1.0-M1')
)
Apache Ivy
<dependency org="com.buschmais.jqassistant.neo4j" name="embedded" rev="2.1.0-M1" />
Leiningen
[com.buschmais.jqassistant.neo4j/embedded "2.1.0-M1"]
Apache Buildr
'com.buschmais.jqassistant.neo4j:embedded:jar:2.1.0-M1'