is not current version
Last Version 1.0.1

fr.inria.atlanmod.neoemf:neoemf-graph 1.0.0

Parent project for Graph database implementations of the core component. Contains a generic Blueprints implementation that can be specialized with Blueprints connectors to handle several graph database backend types (see blueprints/README for more informations).

GroupId

GroupId

fr.inria.atlanmod.neoemf
ArtifactId

ArtifactId

neoemf-graph
Version

Version

1.0.0
Type

Type

pom

Download neoemf-graph 1.0.0

Filename Size
neoemf-graph-1.0.0.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/fr.inria.atlanmod.neoemf/neoemf-graph/ -->
<dependency>
    <groupId>fr.inria.atlanmod.neoemf</groupId>
    <artifactId>neoemf-graph</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.inria.atlanmod.neoemf/neoemf-graph/
implementation 'fr.inria.atlanmod.neoemf:neoemf-graph:1.0.0'
// https://jarcasting.com/artifacts/fr.inria.atlanmod.neoemf/neoemf-graph/
implementation ("fr.inria.atlanmod.neoemf:neoemf-graph:1.0.0")
'fr.inria.atlanmod.neoemf:neoemf-graph:pom:1.0.0'
<dependency org="fr.inria.atlanmod.neoemf" name="neoemf-graph" rev="1.0.0">
  <artifact name="neoemf-graph" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.inria.atlanmod.neoemf', module='neoemf-graph', version='1.0.0')
)
libraryDependencies += "fr.inria.atlanmod.neoemf" % "neoemf-graph" % "1.0.0"
[fr.inria.atlanmod.neoemf/neoemf-graph "1.0.0"]