ui
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.tangly</groupId> <artifactId>ui</artifactId> <version>0.2.8</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>net.tangly</groupId> <artifactId>ui</artifactId> <version>0.2.8</version> <name>net.tangly.ui</name> <description>Vaadin user interface for the business components (tangly llc)</description> <url>https://blog.tangly.net</url> <inceptionYear>1996</inceptionYear> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>marcelbaumann</id> <name>Marcel Baumann</name> <email>marcel.baumann@tangly.net</email> <organization>tangly llc</organization> <organizationUrl>https://blog.tangly.net</organizationUrl> </developer> <developer> <id>alexandra-junghans</id> <name>Alexandra Junghans</name> <email>alexandra.junghans@tangly.net</email> <organization>tangly llc</organization> <organizationUrl>https://blog.tangly.net</organizationUrl> </developer> </developers> <scm> <connection>scm:git:https://github.com/tangly-team/tangly-os.git</connection> <developerConnection>scm:git:https://github.com/tangly-team/tangly-os.git</developerConnection> <url>https://github.com/tangly-team/tangly-os.git</url> </scm> <dependencies> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <version>2.23.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>net.tangly</groupId> <artifactId>commons</artifactId> <version>0.2.8</version> <scope>runtime</scope> </dependency> <dependency> <groupId>net.tangly</groupId> <artifactId>core</artifactId> <version>0.2.8</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-core</artifactId> <version>24.4.13</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.mvysny.vaadin-boot</groupId> <artifactId>vaadin-boot</artifactId> <version>13.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.storedobject.chart</groupId> <artifactId>so-charts</artifactId> <version>3.2.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.vaadin.addons.componentfactory</groupId> <artifactId>vcf-pdf-viewer</artifactId> <version>3.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.vaadin.componentfactory</groupId> <artifactId>vcf-date-range-picker</artifactId> <version>5.0.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.asciidoctor</groupId> <artifactId>asciidoctorj</artifactId> <version>3.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.23.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j2-impl</artifactId> <version>2.23.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>