s

spring-webflow

文件下载
文件名 操作
spring-webflow-2.2.0.RELEASE.jar 下载
spring-webflow-2.2.0.RELEASE.pom 下载
spring-webflow-2.2.0.RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.springframework.webflow</groupId>
  <artifactId>spring-webflow</artifactId>
  <version>2.2.0.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.webflow:spring-webflow:2.2.0.RELEASE'
Gradle Kotlin
implementation("org.springframework.webflow:spring-webflow:2.2.0.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.webflow" % "spring-webflow" % "2.2.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.webflow', module='spring-webflow', version='2.2.0.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.webflow" name="spring-webflow" rev="2.2.0.RELEASE" />
Leiningen
[org.springframework.webflow/spring-webflow "2.2.0.RELEASE"]
Apache Buildr
'org.springframework.webflow:spring-webflow:jar:2.2.0.RELEASE'