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