MVN

org.springframework.webflow : org.springframework.webflow

Maven & Gradle

Nov 14, 2008
14 usages

Spring Web Flow

<dependency>
    <groupId>org.springframework.webflow</groupId>
    <artifactId>org.springframework.webflow</artifactId>
    <version>2.0.5.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.5.RELEASE

All Versions

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

  • Version Updated
  • org.springframework.webflow-2.0.5.RELEASE

    Nov 14, 2008
  • org.springframework.webflow-2.0.4.RELEASE

    Nov 05, 2008
  • org.springframework.webflow-2.0.3.RELEASE

    Aug 04, 2008
  • org.springframework.webflow-2.0.2.RELEASE

    Jun 06, 2008
  • org.springframework.webflow-2.0.1.RELEASE

    May 15, 2008
  • org.springframework.webflow-2.0.0.RELEASE

    May 07, 2008

How to add a dependency to Maven

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

<dependency>
    <groupId>org.springframework.webflow</groupId>
    <artifactId>org.springframework.webflow</artifactId>
    <version>2.0.5.RELEASE</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.springframework.webflow:org.springframework.webflow:2.0.5.RELEASE'

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

implementation("org.springframework.webflow:org.springframework.webflow:2.0.5.RELEASE")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.springframework.webflow" % "org.springframework.webflow" % "2.0.5.RELEASE"