n

neoemf-data

Parent project for database implementations of the core component.
Files download
File Operation
neoemf-data-2.1.0.pom download
Apache Maven
<dependency>
  <groupId>org.atlanmod.neoemf</groupId>
  <artifactId>neoemf-data</artifactId>
  <version>2.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.atlanmod.neoemf:neoemf-data:2.1.0'
Gradle Kotlin
implementation("org.atlanmod.neoemf:neoemf-data:2.1.0")
Scala SBT
libraryDependencies += "org.atlanmod.neoemf" % "neoemf-data" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.atlanmod.neoemf', module='neoemf-data', version='2.1.0')
)
Apache Ivy
<dependency org="org.atlanmod.neoemf" name="neoemf-data" rev="2.1.0" />
Leiningen
[org.atlanmod.neoemf/neoemf-data "2.1.0"]
Apache Buildr
'org.atlanmod.neoemf:neoemf-data:jar:2.1.0'