n

neoemf-data-blueprints-core

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