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.0.0.jar download
neoemf-data-blueprints-core-2.0.0.pom download
neoemf-data-blueprints-core-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>fr.inria.atlanmod.neoemf</groupId>
  <artifactId>neoemf-data-blueprints-core</artifactId>
  <version>2.0.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'fr.inria.atlanmod.neoemf:neoemf-data-blueprints-core:2.0.0'
Gradle Kotlin
implementation("fr.inria.atlanmod.neoemf:neoemf-data-blueprints-core:2.0.0")
Scala SBT
libraryDependencies += "fr.inria.atlanmod.neoemf" % "neoemf-data-blueprints-core" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='fr.inria.atlanmod.neoemf', module='neoemf-data-blueprints-core', version='2.0.0')
)
Apache Ivy
<dependency org="fr.inria.atlanmod.neoemf" name="neoemf-data-blueprints-core" rev="2.0.0" />
Leiningen
[fr.inria.atlanmod.neoemf/neoemf-data-blueprints-core "2.0.0"]
Apache Buildr
'fr.inria.atlanmod.neoemf:neoemf-data-blueprints-core:jar:2.0.0'