n

neoemf-data-blueprints-core

Generic Blueprints implementation of the core component. It can be extended with Blueprints connectors to handle several graph databases.
文件下载
文件名 操作
neoemf-data-blueprints-core-1.0.3.jar 下载
neoemf-data-blueprints-core-1.0.3.pom 下载
neoemf-data-blueprints-core-1.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.atlanmod.neoemf</groupId>
  <artifactId>neoemf-data-blueprints-core</artifactId>
  <version>1.0.3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.atlanmod.neoemf:neoemf-data-blueprints-core:1.0.3'
Gradle Kotlin
implementation("org.atlanmod.neoemf:neoemf-data-blueprints-core:1.0.3")
Scala SBT
libraryDependencies += "org.atlanmod.neoemf" % "neoemf-data-blueprints-core" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.atlanmod.neoemf', module='neoemf-data-blueprints-core', version='1.0.3')
)
Apache Ivy
<dependency org="org.atlanmod.neoemf" name="neoemf-data-blueprints-core" rev="1.0.3" />
Leiningen
[org.atlanmod.neoemf/neoemf-data-blueprints-core "1.0.3"]
Apache Buildr
'org.atlanmod.neoemf:neoemf-data-blueprints-core:jar:1.0.3'