n

neoemf-data-mapdb

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