<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.webflow</artifactId>
<version>2.0.5.RELEASE</version>
</dependency>
implementation 'org.springframework.webflow:org.springframework.webflow:2.0.5.RELEASE'
implementation("org.springframework.webflow:org.springframework.webflow:2.0.5.RELEASE")
libraryDependencies += "org.springframework.webflow" % "org.springframework.webflow" % "2.0.5.RELEASE"
@Grapes(
@Grab(group='org.springframework.webflow', module='org.springframework.webflow', version='2.0.5.RELEASE')
)
<dependency org="org.springframework.webflow" name="org.springframework.webflow" rev="2.0.5.RELEASE" />
compile
|-- commons-logging:commons-logging:1.1.1
|-- org.springframework:spring-beans:2.5.6
|-- org.springframework:spring-context:2.5.6
|-- org.springframework:spring-core:2.5.6
|-- org.springframework:spring-web:2.5.6
|-- org.springframework:spring-webmvc:2.5.6
|-- org.springframework.webflow:org.springframework.binding
|-- org.springframework.webflow:org.springframework.js
|-- backport-util-concurrent:backport-util-concurrent:3.0
|-- org.hibernate:hibernate:3.2.5.ga
|-- ognl:ognl:2.6.9
|-- org.springframework:spring-orm:2.5.6
|-- org.springframework:spring-webmvc-portlet:2.5.6
|-- org.springframework:spring-tx:2.5.6
|-- org.springframework.security:spring-security-core:2.0.4
provided
|-- javax.persistence:persistence-api:1.0