<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-js-resources</artifactId>
<version>2.4.2.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.webflow" % "spring-js-resources" % "2.4.2.RELEASE"
@Grapes(
@Grab(group='org.springframework.webflow', module='spring-js-resources', version='2.4.2.RELEASE')
)
<dependency org="org.springframework.webflow" name="spring-js-resources" rev="2.4.2.RELEASE" />