GroupId | GroupIdorg.springframework |
---|---|
ArtifactId | ArtifactIdspring-webflow |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
spring-webflow-1.0.4.pom | |
spring-webflow-1.0.4.jar | 396 KB |
spring-webflow-1.0.4-sources.jar | 483 KB |
spring-webflow-1.0.4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-webflow/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflow</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-webflow/
implementation 'org.springframework:spring-webflow:1.0.4'
// https://jarcasting.com/artifacts/org.springframework/spring-webflow/
implementation ("org.springframework:spring-webflow:1.0.4")
'org.springframework:spring-webflow:jar:1.0.4'
<dependency org="org.springframework" name="spring-webflow" rev="1.0.4">
<artifact name="spring-webflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-webflow', version='1.0.4')
)
libraryDependencies += "org.springframework" % "spring-webflow" % "1.0.4"
[org.springframework/spring-webflow "1.0.4"]