is not current version
Last Version 2.4.8.RELEASE

org.springframework.webflow:spring-js 2.3.1.RELEASE


Categories

Categories

JavaScript Languages
GroupId

GroupId

org.springframework.webflow
ArtifactId

ArtifactId

spring-js
Version

Version

2.3.1.RELEASE
Type

Type

jar

Download spring-js 2.3.1.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.webflow/spring-js/ -->
<dependency>
    <groupId>org.springframework.webflow</groupId>
    <artifactId>spring-js</artifactId>
    <version>2.3.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.webflow/spring-js/
implementation 'org.springframework.webflow:spring-js:2.3.1.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.webflow/spring-js/
implementation ("org.springframework.webflow:spring-js:2.3.1.RELEASE")
'org.springframework.webflow:spring-js:jar:2.3.1.RELEASE'
<dependency org="org.springframework.webflow" name="spring-js" rev="2.3.1.RELEASE">
  <artifact name="spring-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.webflow', module='spring-js', version='2.3.1.RELEASE')
)
libraryDependencies += "org.springframework.webflow" % "spring-js" % "2.3.1.RELEASE"
[org.springframework.webflow/spring-js "2.3.1.RELEASE"]