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