is not current version
Last Version 0.2.8.6

eu.mihosoft.vmf:vmf-runtime 0.1.9

VMF (VRL Modeling Framework) is a lightweight modeling framework for generating Java code from data models.

GroupId

GroupId

eu.mihosoft.vmf
ArtifactId

ArtifactId

vmf-runtime
Version

Version

0.1.9
Type

Type

jar

Download vmf-runtime 0.1.9


<!-- https://jarcasting.com/artifacts/eu.mihosoft.vmf/vmf-runtime/ -->
<dependency>
    <groupId>eu.mihosoft.vmf</groupId>
    <artifactId>vmf-runtime</artifactId>
    <version>0.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/eu.mihosoft.vmf/vmf-runtime/
implementation 'eu.mihosoft.vmf:vmf-runtime:0.1.9'
// https://jarcasting.com/artifacts/eu.mihosoft.vmf/vmf-runtime/
implementation ("eu.mihosoft.vmf:vmf-runtime:0.1.9")
'eu.mihosoft.vmf:vmf-runtime:jar:0.1.9'
<dependency org="eu.mihosoft.vmf" name="vmf-runtime" rev="0.1.9">
  <artifact name="vmf-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.mihosoft.vmf', module='vmf-runtime', version='0.1.9')
)
libraryDependencies += "eu.mihosoft.vmf" % "vmf-runtime" % "0.1.9"
[eu.mihosoft.vmf/vmf-runtime "0.1.9"]