spring-webflow

spring-webflow

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