hilla-react-spring-boot-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>dev.hilla</groupId> <artifactId>hilla-react-spring-boot-starter</artifactId> <version>2.5.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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>dev.hilla</groupId> <artifactId>hilla-project</artifactId> <version>2.5.8</version> <relativePath>../../../pom.xml</relativePath> </parent> <groupId>dev.hilla</groupId> <artifactId>hilla-react-spring-boot-starter</artifactId> <version>2.5.8</version> <name>Hilla React Spring Boot Starter</name> <description>Spring Boot Starter for Hilla applications using React.</description> <licenses> <license> <name>Apache License Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <properties> <formatter.basedir>${project.parent.basedir}</formatter.basedir> </properties> <dependencies> <dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-spring</artifactId> <version>24.3.13</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>dev.hilla</groupId> <artifactId>hilla-react</artifactId> <version>2.5.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <version>3.2.4</version> <scope>compile</scope> </dependency> </dependencies> </project>