License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.pkhapps.appmodel4flow |
ArtifactId | ArtifactIdappmodel4flow |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionAppModel4Flow 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.
|
Filename | Size |
---|---|
appmodel4flow-1.0.0.pom | |
appmodel4flow-1.0.0.jar | 83 KB |
appmodel4flow-1.0.0-sources.jar | 59 KB |
appmodel4flow-1.0.0-javadoc.jar | 707 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.2 |
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 |