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