a

appmodel4flow-master

An application model library for the Vaadin platform (Vaadin 11+), making it possible to separate the presentation and the model in the UI layer.
https://github.com/peholmst/AppModel4Flow
Apache License 2.0
Petter Holmström
Files download
File Operation
appmodel4flow-master-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>net.pkhapps.appmodel4flow</groupId>
  <artifactId>appmodel4flow-master</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.pkhapps.appmodel4flow:appmodel4flow-master:1.0.0'
Gradle Kotlin
implementation("net.pkhapps.appmodel4flow:appmodel4flow-master:1.0.0")
Scala SBT
libraryDependencies += "net.pkhapps.appmodel4flow" % "appmodel4flow-master" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='net.pkhapps.appmodel4flow', module='appmodel4flow-master', version='1.0.0')
)
Apache Ivy
<dependency org="net.pkhapps.appmodel4flow" name="appmodel4flow-master" rev="1.0.0" />
Leiningen
[net.pkhapps.appmodel4flow/appmodel4flow-master "1.0.0"]
Apache Buildr
'net.pkhapps.appmodel4flow:appmodel4flow-master:jar:1.0.0'
Dependencies
The project has no third-party dependencies