| GroupId | GroupIdorg.springframework.webflow | 
|---|---|
| ArtifactId | ArtifactIdspring-webflow | 
| Version | Version2.4.0.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.springframework.webflow/spring-webflow/ -->
<dependency>
    <groupId>org.springframework.webflow</groupId>
    <artifactId>spring-webflow</artifactId>
    <version>2.4.0.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.webflow/spring-webflow/
implementation 'org.springframework.webflow:spring-webflow:2.4.0.RELEASE'// https://jarcasting.com/artifacts/org.springframework.webflow/spring-webflow/
implementation ("org.springframework.webflow:spring-webflow:2.4.0.RELEASE")'org.springframework.webflow:spring-webflow:jar:2.4.0.RELEASE'<dependency org="org.springframework.webflow" name="spring-webflow" rev="2.4.0.RELEASE">
  <artifact name="spring-webflow" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.webflow', module='spring-webflow', version='2.4.0.RELEASE')
)libraryDependencies += "org.springframework.webflow" % "spring-webflow" % "2.4.0.RELEASE"[org.springframework.webflow/spring-webflow "2.4.0.RELEASE"]