Last Version

AppModel4Flow Library 1.0.0

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

License

License

Categories

Categories

Net
GroupId

GroupId

net.pkhapps.appmodel4flow
ArtifactId

ArtifactId

appmodel4flow
Version

Version

1.0.0
Type

Type

jar
Description

Description

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

Download appmodel4flow 1.0.0


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

Dependencies

compile (3)

Group / Artifact Type Version
com.vaadin : vaadin-core jar
com.google.code.findbugs : jsr305 jar 3.0.2
org.slf4j : slf4j-api jar 1.7.25

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.2

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 3.11.0
org.mockito : mockito-core jar 2.21.0
ch.qos.logback : logback-classic jar 1.2.3

Project Modules

There are no modules declared in this project.