MVN

org.springframework.webflow : spring-faces

Maven & Gradle

Jul 12, 2023
19 usages
303 stars

Spring Faces · Spring Faces

<dependency>
    <groupId>org.springframework.webflow</groupId>
    <artifactId>spring-faces</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework.webflow : spring-faces to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of org.springframework.webflow : spring-faces to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
spring-faces-3.0.0
2.5.x
spring-faces-2.5.1.RELEASE
spring-faces-2.5.0.RELEASE
2.4.x
spring-faces-2.4.8.RELEASE
spring-faces-2.4.7.RELEASE
spring-faces-2.4.6.RELEASE
spring-faces-2.4.5.RELEASE
spring-faces-2.4.4.RELEASE
spring-faces-2.4.2.RELEASE
spring-faces-2.4.1.RELEASE
spring-faces-2.4.0.RELEASE
2.3.x
spring-faces-2.3.4.RELEASE
spring-faces-2.3.3.RELEASE
spring-faces-2.3.2.RELEASE
spring-faces-2.3.1.RELEASE
spring-faces-2.3.0.RELEASE
2.2.x
spring-faces-2.2.1.RELEASE
spring-faces-2.2.0.RELEASE
2.1.x
spring-faces-2.1.1.RELEASE
spring-faces-2.1.0.RELEASE
2.0.x
spring-faces-2.0.9.RELEASE
spring-faces-2.0.8.RELEASE
spring-faces-2.0.7.RELEASE
spring-faces-2.0.6.RELEASE

How to add a dependency to Maven

Add the following org.springframework.webflow : spring-faces maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.springframework.webflow</groupId>
    <artifactId>spring-faces</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.springframework.webflow : spring-faces gradle dependency to your build.gradle file:

implementation 'org.springframework.webflow:spring-faces:3.0.0'

Gradle Kotlin DSL: Add the following org.springframework.webflow : spring-faces gradle kotlin dependency to your build.gradle.kts file:

implementation("org.springframework.webflow:spring-faces:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.springframework.webflow : spring-faces sbt scala dependency to your build.sbt file:

libraryDependencies += "org.springframework.webflow" % "spring-faces" % "3.0.0"

Advertisement