v

vmf-runtime

VMF (VRL Modeling Framework) is a lightweight modeling framework for generating Java code from data models.
https://github.com/miho/VMF
Apache-2.0
Michael Hoffer
Files download
File Operation
vmf-runtime-0.2.8.6.jar download
vmf-runtime-0.2.8.6.pom download
vmf-runtime-0.2.8.6-sources.jar download
Apache Maven
<dependency>
  <groupId>eu.mihosoft.vmf</groupId>
  <artifactId>vmf-runtime</artifactId>
  <version>0.2.8.6</version>
</dependency>
Gradle Groovy
implementation 'eu.mihosoft.vmf:vmf-runtime:0.2.8.6'
Gradle Kotlin
implementation("eu.mihosoft.vmf:vmf-runtime:0.2.8.6")
Scala SBT
libraryDependencies += "eu.mihosoft.vmf" % "vmf-runtime" % "0.2.8.6"
Groovy Grape
@Grapes(
  @Grab(group='eu.mihosoft.vmf', module='vmf-runtime', version='0.2.8.6')
)
Apache Ivy
<dependency org="eu.mihosoft.vmf" name="vmf-runtime" rev="0.2.8.6" />
Leiningen
[eu.mihosoft.vmf/vmf-runtime "0.2.8.6"]
Apache Buildr
'eu.mihosoft.vmf:vmf-runtime:jar:0.2.8.6'