primefaces-spring-boot-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.joinfaces</groupId> <artifactId>primefaces-spring-boot-starter</artifactId> <version>5.5.0-m3</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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.joinfaces</groupId> <artifactId>primefaces-spring-boot-starter</artifactId> <version>5.5.0-m3</version> <name>PrimeFaces Spring Boot Starter</name> <description>PrimeFaces Spring Boot Starter</description> <url>https://docs.joinfaces.org/5.5.0-m3/reference/</url> <inceptionYear>2016</inceptionYear> <organization> <name>JoinFaces</name> <url>https://github.com/joinfaces</url> </organization> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>persapiens</id> <name>Marcelo Romulo Fernandes</name> <email>persapiens@gmail.com</email> <timezone>-3</timezone> </developer> <developer> <id>larsgrefer</id> <name>Lars Grefer</name> <email>github@larsgrefer.de</email> <timezone>Europe/Berlin</timezone> </developer> </developers> <scm> <connection>scm:git:https://github.com/joinfaces/joinfaces.git</connection> <developerConnection>scm:git:git@github.com:joinfaces/joinfaces.git</developerConnection> <url>https://github.com/joinfaces/joinfaces/</url> </scm> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/joinfaces/joinfaces/issues</url> </issueManagement> <ciManagement> <system>GitHub Actions</system> <url>https://github.com/joinfaces/joinfaces/actions</url> </ciManagement> <dependencyManagement> <dependencies> <dependency> <groupId>org.joinfaces</groupId> <artifactId>joinfaces-platform</artifactId> <version>5.5.0-m3</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.joinfaces</groupId> <artifactId>faces-spring-boot-starter</artifactId> <version>5.5.0-m3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.primefaces</groupId> <artifactId>primefaces</artifactId> <version>15.0.3</version> <classifier>jakarta</classifier> <scope>compile</scope> </dependency> <dependency> <groupId>org.primefaces</groupId> <artifactId>primefaces-themes</artifactId> <version>15.0.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.primefaces.extensions</groupId> <artifactId>primefaces-extensions</artifactId> <version>15.0.3</version> <classifier>jakarta</classifier> <scope>compile</scope> </dependency> </dependencies> </project>