MVN

it.micegroup.voila.runtime : voila-runtime-root

Maven & Gradle

May 14, 2021

Java framework Root runtime module · The voila-runtime library is a collection of custom open source classes for the Voila framework for model-driven application development (MDD).

<dependency>
    <groupId>it.micegroup.voila.runtime</groupId>
    <artifactId>voila-runtime-root</artifactId>
    <version>1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.micegroup.voila.runtime : voila-runtime-root to add to Maven - Latest Versions:

  • Latest Stable: 1.9

All Versions

Choose a version of it.micegroup.voila.runtime : voila-runtime-root to add to Maven - All Versions:

Version Vulnerabilities Updated
1.9
voila-runtime-root-1.9
1.8
voila-runtime-root-1.8
1.7
voila-runtime-root-1.7
1.6
voila-runtime-root-1.6
1.5
voila-runtime-root-1.5
1.3
voila-runtime-root-1.3
1.0
voila-runtime-root-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>it.micegroup.voila.runtime</groupId>
    <artifactId>voila-runtime-root</artifactId>
    <version>1.9</version>
</dependency>