cc-vaadin-components
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>de.codecamp.vaadin</groupId>
<artifactId>cc-vaadin-components</artifactId>
<version>7.0.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>cc-vaadin-components</artifactId>
<version>7.0.0</version>
<name>codecamp.de Custom Vaadin components</name>
<description>A set of custom Vaadin components.</description>
<url>https://gitlab.com/codecamp-de/vaadin-flow-dui</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>
<dependencies>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-core</artifactId>
<version>25.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.codecamp.vaadin</groupId>
<artifactId>vaadin-flow-dui</artifactId>
<version>7.0.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>de.codecamp.vaadin</groupId>
<artifactId>vaadin-flow-fluent</artifactId>
<version>7.0.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>de.codecamp.vaadin</groupId>
<artifactId>vaadin-flow-fluent-annotations</artifactId>
<version>7.0.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>