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