vertx-vaadin-flow
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.mcollovati.vertx</groupId> <artifactId>vertx-vaadin-flow</artifactId> <version>24.6.0-alpha1</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>com.github.mcollovati.vertx</groupId> <artifactId>vertx-vaadin-flow</artifactId> <version>24.6.0-alpha1</version> <name>vertx-vaadin-flow</name> <description>An adapter to run Vaadin Flow applications on Vertx</description> <url>https://github.com/mcollovati/vertx-vaadin</url> <inceptionYear>2016-2024</inceptionYear> <organization> <name>Marco Collovati</name> <url>https://github.com/mcollovati</url> </organization> <licenses> <license> <name>MIT</name> <url>http://www.opensource.org/licenses/mit-license.php</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Marco Collovati</name> <email>mcollovati@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:git@github.com:mcollovati/vertx-vaadin.git/vertx-vaadin-flow</connection> <developerConnection>scm:git:ssh://git@github.com:/mcollovati/vertx-vaadin.git/vertx-vaadin-flow</developerConnection> <url>https://github.com/mcollovati/vertx-vaadin/vertx-vaadin-flow</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/mcollovati/vertx-vaadin/issues</url> </issueManagement> <distributionManagement> <repository> <id>repsy-vertx-vaadin</id> <name>vertx-vaadin-releases</name> <url>https://repo.repsy.io/mvn/mcollovati/vertx-vaadin</url> </repository> <snapshotRepository> <id>repsy-vertx-vaadin-snapshots</id> <name>vertx-vaadin-snapshots</name> <url>https://repo.repsy.io/mvn/mcollovati/vertx-vaadin-snapshots</url> </snapshotRepository> </distributionManagement> <dependencies> <dependency> <groupId>io.vertx</groupId> <artifactId>vertx-core</artifactId> <version>4.5.11</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.vertx</groupId> <artifactId>vertx-web</artifactId> <version>4.5.11</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.vertx</groupId> <artifactId>vertx-web-client</artifactId> <version>4.5.11</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-core</artifactId> <version>24.6.6</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.vaadin</groupId> <artifactId>flow-server</artifactId> <version>24.6.6</version> <scope>provided</scope> <exclusions> <exclusion> <groupId>com.vaadin</groupId> <artifactId>flow-push</artifactId> </exclusion> <exclusion> <groupId>com.vaadin</groupId> <artifactId>flow-client</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.vaadin</groupId> <artifactId>license-checker</artifactId> <version>1.13.3</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.vaadin</groupId> <artifactId>hilla-endpoint</artifactId> <version>24.6.6</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>6.1.14</version> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>com.github.mcollovati.vertx</groupId> <artifactId>vaadin-flow-sockjs</artifactId> <version>24.6.0-alpha1</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>io.github.classgraph</groupId> <artifactId>classgraph</artifactId> <version>4.8.157</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy</artifactId> <version>1.14.11</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-agent</artifactId> <version>1.12.19</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.9</version> <scope>compile</scope> </dependency> <dependency> <groupId>jakarta.servlet</groupId> <artifactId>jakarta.servlet-api</artifactId> <version>6.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>jakarta.websocket</groupId> <artifactId>jakarta.websocket-api</artifactId> <version>2.1.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>jakarta.websocket</groupId> <artifactId>jakarta.websocket-client-api</artifactId> <version>2.1.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>1.18.30</version> <scope>provided</scope> </dependency> <dependency> <groupId>io.vertx</groupId> <artifactId>vertx-auth-common</artifactId> <version>4.5.11</version> <scope>compile</scope> </dependency> <dependency> <groupId>jakarta.validation</groupId> <artifactId>jakarta.validation-api</artifactId> <version>3.0.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.17.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>2.17.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jsr310</artifactId> <version>2.17.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jdk8</artifactId> <version>2.17.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>javax.annotation</groupId> <artifactId>javax.annotation-api</artifactId> <version>1.3.2</version> <scope>compile</scope> </dependency> </dependencies> </project>