Files download
File Operation
spring-webflow-1.0-rc2.jar download
spring-webflow-1.0-rc2.pom download
spring-webflow-1.0-rc2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework</groupId>
  <artifactId>spring-webflow</artifactId>
  <version>1.0-rc2</version>
</dependency>
Gradle Groovy
implementation 'org.springframework:spring-webflow:1.0-rc2'
Gradle Kotlin
implementation("org.springframework:spring-webflow:1.0-rc2")
Scala SBT
libraryDependencies += "org.springframework" % "spring-webflow" % "1.0-rc2"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework', module='spring-webflow', version='1.0-rc2')
)
Apache Ivy
<dependency org="org.springframework" name="spring-webflow" rev="1.0-rc2" />
Leiningen
[org.springframework/spring-webflow "1.0-rc2"]
Apache Buildr
'org.springframework:spring-webflow:jar:1.0-rc2'