MVN

net.pkhapps.appmodel4flow : appmodel4flow-master

Maven & Gradle

Oct 23, 2018
0 stars

AppModel4Flow Master POM · An application model library for the Vaadin platform (Vaadin 11+), making it possible to separate the presentation and the model in the UI layer.

<dependency>
    <groupId>net.pkhapps.appmodel4flow</groupId>
    <artifactId>appmodel4flow-master</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.pkhapps.appmodel4flow : appmodel4flow-master to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of net.pkhapps.appmodel4flow : appmodel4flow-master to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
appmodel4flow-master-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.pkhapps.appmodel4flow</groupId>
    <artifactId>appmodel4flow-master</artifactId>
    <version>1.0.0</version>
</dependency>

Advertisement