MVN

org.joinfaces : omnifaces-spring-boot-starter

Maven & Gradle

Aug 25, 2023
3 usages
383 stars

Omnifaces Spring Boot Starter · Omnifaces Spring Boot Starter

<dependency>
    <groupId>org.joinfaces</groupId>
    <artifactId>omnifaces-spring-boot-starter</artifactId>
    <version>5.2.0-m2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.joinfaces : omnifaces-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.0-m2
  • Latest Release Candidate: 5.1.0-rc2

All Versions

Choose a version of org.joinfaces : omnifaces-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.2.x
omnifaces-spring-boot-starter-5.2.0-m2
omnifaces-spring-boot-starter-5.2.0-m1
5.1.x
omnifaces-spring-boot-starter-5.1.3
omnifaces-spring-boot-starter-5.1.2
omnifaces-spring-boot-starter-5.1.1
omnifaces-spring-boot-starter-5.1.0
omnifaces-spring-boot-starter-5.1.0-rc2
omnifaces-spring-boot-starter-5.1.0-rc1
omnifaces-spring-boot-starter-5.1.0-m2
omnifaces-spring-boot-starter-5.1.0-m1
5.0.x
omnifaces-spring-boot-starter-5.0.10
omnifaces-spring-boot-starter-5.0.9
omnifaces-spring-boot-starter-5.0.8
omnifaces-spring-boot-starter-5.0.7
omnifaces-spring-boot-starter-5.0.6
omnifaces-spring-boot-starter-5.0.5
omnifaces-spring-boot-starter-5.0.4
omnifaces-spring-boot-starter-5.0.3
omnifaces-spring-boot-starter-5.0.2
omnifaces-spring-boot-starter-5.0.1
omnifaces-spring-boot-starter-5.0.0
omnifaces-spring-boot-starter-5.0.0-m5
omnifaces-spring-boot-starter-5.0.0-m4
omnifaces-spring-boot-starter-5.0.0-m3
omnifaces-spring-boot-starter-5.0.0-m2
omnifaces-spring-boot-starter-5.0.0-m1
3.0.x
omnifaces-spring-boot-starter-3.0.2
omnifaces-spring-boot-starter-3.0.1
omnifaces-spring-boot-starter-3.0.0
omnifaces-spring-boot-starter-3.0.0.RC1

How to add a dependency to Maven

Add the following org.joinfaces : omnifaces-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.joinfaces</groupId>
    <artifactId>omnifaces-spring-boot-starter</artifactId>
    <version>5.2.0-m2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.joinfaces : omnifaces-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'org.joinfaces:omnifaces-spring-boot-starter:5.2.0-m2'

Gradle Kotlin DSL: Add the following org.joinfaces : omnifaces-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("org.joinfaces:omnifaces-spring-boot-starter:5.2.0-m2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.joinfaces : omnifaces-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "org.joinfaces" % "omnifaces-spring-boot-starter" % "5.2.0-m2"

Advertisement