<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-binding</artifactId>
<version>2.3.0.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.webflow', module='spring-binding', version='2.3.0.RELEASE')
)
<dependency org="org.springframework.webflow" name="spring-binding" rev="2.3.0.RELEASE" />
compile
|-- commons-logging:commons-logging:1.1.1
|-- org.springframework:spring-beans:3.0.5.RELEASE
|-- org.springframework:spring-context:3.0.5.RELEASE
|-- org.springframework:spring-core:3.0.5.RELEASE
|-- org.springframework:spring-expression:3.0.5.RELEASE
|-- ognl:ognl:2.6.9
provided
test
|-- org.easymock:easymock:2.5.2