vaadin-flow-ui-toolkit-bom
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>de.codecamp.vaadin</groupId> <artifactId>vaadin-flow-ui-toolkit-bom</artifactId> <version>6.1.0</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"> <modelVersion>4.0.0</modelVersion> <groupId>de.codecamp.vaadin</groupId> <artifactId>vaadin-flow-ui-toolkit-bom</artifactId> <version>6.1.0</version> <packaging>pom</packaging> <name>Vaadin Flow UI Toolkit BOM</name> <description>BOM for Vaadin Flow UI Toolkit artifacts.</description> <url>https://gitlab.com/codecamp-de/vaadin-flow-ui-toolkit</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Patrick Schmidt</name> <email>patrick@codecamp.de</email> </developer> </developers> <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false"> <connection>scm:git:https://gitlab.com/codecamp-de/vaadin-flow-ui-toolkit.git</connection> <developerConnection>scm:git:https://gitlab.com/codecamp-de/vaadin-flow-ui-toolkit.git</developerConnection> <url>https://gitlab.com/codecamp-de/vaadin-flow-ui-toolkit</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>de.codecamp.vaadin</groupId> <artifactId>vaadin-base-annotations</artifactId> <version>6.1.0</version> </dependency> <dependency> <groupId>de.codecamp.vaadin</groupId> <artifactId>vaadin-base-processor</artifactId> <version>6.1.0</version> </dependency> <dependency> <groupId>de.codecamp.vaadin</groupId> <artifactId>vaadin-base</artifactId> <version>6.1.0</version> </dependency> <dependency> <groupId>de.codecamp.vaadin</groupId> <artifactId>vaadin-flow-dui</artifactId> <version>6.1.0</version> </dependency> <dependency> <groupId>de.codecamp.vaadin</groupId> <artifactId>vaadin-flow-fluent-annotations</artifactId> <version>6.1.0</version> </dependency> <dependency> <groupId>de.codecamp.vaadin</groupId> <artifactId>vaadin-flow-fluent-processor</artifactId> <version>6.1.0</version> </dependency> <dependency> <groupId>de.codecamp.vaadin</groupId> <artifactId>vaadin-flow-fluent</artifactId> <version>6.1.0</version> </dependency> <dependency> <groupId>de.codecamp.vaadin</groupId> <artifactId>cc-vaadin-components</artifactId> <version>6.1.0</version> </dependency> </dependencies> </dependencyManagement> </project>