quarkus-hilla-react
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.mcollovati</groupId> <artifactId>quarkus-hilla-react</artifactId> <version>24.5.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>com.github.mcollovati</groupId> <artifactId>quarkus-hilla-react</artifactId> <version>24.5.0</version> <name>Quarkus - Hilla - React - Runtime</name> <description>A Quarkus extension to run Hilla React applications on Quarkus.</description> <url>https://github.com/mcollovati/quarkus-hilla</url> <inceptionYear>2023</inceptionYear> <licenses> <license> <name>Apache-2.0</name> <url>https://spdx.org/licenses/Apache-2.0.html</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Marco Collovati</name> </developer> <developer> <name>Dario Götze</name> </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://github.com/mcollovati/quarkus-hilla.git</connection> <developerConnection>scm:git:https://github.com/mcollovati/quarkus-hilla.git</developerConnection> <url>https://github.com/mcollovati/quarkus-hilla.git</url> </scm> <dependencies> <dependency> <groupId>com.github.mcollovati</groupId> <artifactId>quarkus-hilla-commons</artifactId> <version>24.5.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.mcollovati</groupId> <artifactId>hilla-react-jandex</artifactId> <version>24.5.0</version> <scope>compile</scope> </dependency> </dependencies> </project>