<dependency>
<groupId>net.tangly</groupId>
<artifactId>apps</artifactId>
<version>0.2.8</version>
</dependency>
Readme
Purpose
The library provides the abstractions to create a Vaadin user interface with multiple bounded domains. The application can optionally declares ports to provide a REST interface for selected bounded domains.
Download and Documentation
You need to add JUnit 5 dependencies before using this library. If you are using Maven or Gradle, add the following dependency after declaring the JUnit 5 dependency. We recommend using assertJ assertion library to write more legible conditions.
The library can be included in Maven as
The library can be included in Gradle as
testImplementation "net.tangly:apps:0.2.8"
The documentation can be found under apps documentation.
For any further questions, you can use the forum tangly-Discussions.