o

org.springframework.js

Files download
File Operation
org.springframework.js-2.0.5.RELEASE.jar download
org.springframework.js-2.0.5.RELEASE.pom download
org.springframework.js-2.0.5.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.webflow</groupId>
  <artifactId>org.springframework.js</artifactId>
  <version>2.0.5.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.webflow:org.springframework.js:2.0.5.RELEASE'
Gradle Kotlin
implementation("org.springframework.webflow:org.springframework.js:2.0.5.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.webflow" % "org.springframework.js" % "2.0.5.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.webflow', module='org.springframework.js', version='2.0.5.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.webflow" name="org.springframework.js" rev="2.0.5.RELEASE" />
Leiningen
[org.springframework.webflow/org.springframework.js "2.0.5.RELEASE"]
Apache Buildr
'org.springframework.webflow:org.springframework.js:jar:2.0.5.RELEASE'